This commit is contained in:
parent
d1882114c7
commit
bd589d8b45
15 changed files with 221 additions and 12 deletions
|
@ -1,2 +1,9 @@
|
|||
pub mod prompts;
|
||||
pub mod fs;
|
||||
/// Helpers for fs
|
||||
pub mod fs;
|
||||
|
||||
/// Create a UUID
|
||||
pub fn create_uuid() -> String {
|
||||
// TODO
|
||||
String::from("rand")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue