initial commit
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ife1391ed23a1e7f388b1b5eca90b9ea76a6a6964
This commit is contained in:
commit
ef28bdaeb4
63 changed files with 17292 additions and 0 deletions
6
src/utils.rs
Normal file
6
src/utils.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
pub mod hash;
|
||||
pub mod id;
|
||||
pub mod prompt;
|
||||
|
||||
pub use hash::verify_hash;
|
||||
pub use id::generate_pakku_id;
|
||||
Loading…
Add table
Add a link
Reference in a new issue