We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4902b commit 9619906Copy full SHA for 9619906
Cargo.toml
@@ -19,6 +19,7 @@ simplelog = { version = "0.12.2", features = ["paris"] }
19
tokio = "1.44.2"
20
openssl-sys = { version = "0.9.107", features = ["vendored"] }
21
22
-[[bin]]
23
-name = "seed_db"
24
-path = "src/bin/seed_db.rs"
+# TODO change to seeding data through seaOrm migrations
+# [[bin]]
+# name = "seed_db"
25
+# path = "src/bin/seed_db.rs"
0 commit comments