18 lines
453 B
TOML
18 lines
453 B
TOML
[package]
|
|
name = "config-delivery"
|
|
version = "0.3.4"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
dotenv = "0.15.0"
|
|
rand = "0.8.5"
|
|
serde = { version = "1.0.217", features = ["derive"] }
|
|
serde_json = "1.0.135"
|
|
tokio = { version = "1.43.0", features = ["full"] }
|
|
tokio-websockets = { version = "^0.11.0", features = ["client", "openssl", "rand"] }
|
|
integr-structs = {path = "../integr-structs"}
|
|
anyhow = "1.0.95"
|
|
env_logger = "0.11.6"
|
|
log = "0.4.25"
|
|
chrono = "0.4.39"
|