dbj/Cargo.toml
2024-01-10 10:01:07 -05:00

11 lines
299 B
TOML

[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]
axum = "0.7.3"
clap = { version = "4.4.14", features = ["derive", "env"] }
tokio = { version = "1.35.1", features = ["full"] }