made adding a project work

changed the sql migration to make names unique
This commit is contained in:
2026-07-13 20:09:43 -05:00
parent 809dff207f
commit 27fac75738
8 changed files with 170 additions and 25 deletions
+5 -1
View File
@@ -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"