Skip to content

Commit 9619906

Browse files
committed
comments out seed_db in root Cargo.toml for now
1 parent ce4902b commit 9619906

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ simplelog = { version = "0.12.2", features = ["paris"] }
1919
tokio = "1.44.2"
2020
openssl-sys = { version = "0.9.107", features = ["vendored"] }
2121

22-
[[bin]]
23-
name = "seed_db"
24-
path = "src/bin/seed_db.rs"
22+
# TODO change to seeding data through seaOrm migrations
23+
# [[bin]]
24+
# name = "seed_db"
25+
# path = "src/bin/seed_db.rs"

0 commit comments

Comments
 (0)