sdlan-rs/Cargo.toml
2024-02-17 10:27:13 +08:00

20 lines
524 B
TOML

[package]
name = "sdlan-sn-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.79"
byteorder = "1.5.0"
dashmap = "5.5.3"
lazy_static = "1.4.0"
rolling-file = { git = "https://git.asxalex.pw/rust/rolling-file" }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
serde_repr = "0.1.18"
tokio = { version = "1.36.0", features = ["full"] }
tracing = "0.1.40"
tracing-appender = "0.2.3"