bazzar/crates/db-seed/Cargo.toml
2022-12-20 15:34:20 +01:00

23 lines
739 B
TOML

[package]
name = "db-seed"
version = "0.1.0"
edition = "2021"
[dependencies]
account-manager = { path = '../account_manager' }
bytes = { version = "1" }
channels = { path = '../channels' }
config = { path = "../config" }
dotenv = { version = "0", features = [] }
fakeit = { version = "1", features = [] }
fs_manager = { path = "../fs_manager", features = [] }
human-panic = { version = "1" }
model = { path = "../model", version = "0.1", features = ["db", "dummy"] }
password-hash = { version = "0", features = ["alloc"] }
rand = { version = "0" }
stock-manager = { path = "../stock_manager" }
thiserror = { version = "1" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0" }
tracing-subscriber = { version = "0" }