cratw/Cargo.toml
2024-03-24 17:55:15 +01:00

13 lines
332 B
TOML

[package]
name = "cratw"
version = "0.1.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.6.17"
ramhorns = "0.14.0"
tokio = { version = "1.28.0", features = ["rt-multi-thread", "macros"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"