namerena-rs/Cargo.toml

17 lines
409 B
TOML
Raw Normal View History

2024-02-28 19:04:57 +08:00
[package]
name = "namerena-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-02-28 21:49:09 +08:00
# tokio = { version = "1.35.1", features = ["full"] }
2024-02-28 19:04:57 +08:00
2024-02-28 21:49:09 +08:00
# serde = { version = "1.0", features = ["derive"] }
2024-02-28 19:18:30 +08:00
# md-5 = "0.10.6"
2024-02-28 21:49:09 +08:00
# toml = "0.8.10"
2024-02-28 19:04:57 +08:00
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["time"] }