16 lines
414 B
TOML
16 lines
414 B
TOML
[package]
|
|
name = "web-template"
|
|
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"
|
|
libc = "0"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tower = "0"
|
|
tower-http = { version = "0", features = ["trace", "timeout"] }
|
|
tracing = "0"
|
|
tracing-subscriber = { version = "0", features = ["json", "env-filter"] }
|