bazzar/crates/db-seed/Cargo.toml
2022-11-29 15:18:31 +01:00

23 lines
780 B
TOML

[package]
name = "db-seed"
version = "0.1.0"
edition = "2021"
[dependencies]
account-manager = { path = '../account_manager' }
bytes = { version = "1.1.0" }
channels = { path = '../channels' }
config = { path = "../config" }
dotenv = { version = "0.15", features = [] }
fakeit = { version = "1.1.1", features = [] }
fs_manager = { path = "../fs_manager", features = [] }
human-panic = { version = "1.0.3" }
model = { path = "../model", version = "0.1", features = ["db", "dummy"] }
password-hash = { version = "0.4", features = ["alloc"] }
rand = { version = "0.8.5" }
stock-manager = { path = "../stock_manager" }
thiserror = { version = "1.0.31" }
tokio = { version = "1.18.1", features = ["full"] }
tracing = { version = "0.1.34" }
tracing-subscriber = { version = "0.3.11" }