dbj/Cargo.toml

12 lines
299 B
TOML
Raw Permalink Normal View History

2024-01-10 14:34:03 +00:00
[package]
name = "dbj"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-01-10 15:01:07 +00:00
axum = "0.7.3"
clap = { version = "4.4.14", features = ["derive", "env"] }
tokio = { version = "1.35.1", features = ["full"] }