generated from pure_sagacity/rust-starter
made adding a project work
changed the sql migration to make names unique
This commit is contained in:
@@ -20,5 +20,9 @@ colored = "3.1.1"
|
||||
base64 = "0.22.1"
|
||||
chrono = "0.4.45"
|
||||
dotenvy = "0.15"
|
||||
uuid = "1.23.5"
|
||||
uuid = { version = "1.23.5", features = ["v4"] }
|
||||
hex = "0.4"
|
||||
|
||||
[[bin]]
|
||||
name = "harbor"
|
||||
path = "src/main.rs"
|
||||
|
||||
Reference in New Issue
Block a user