13 lines
332 B
TOML
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"
|