11 lines
246 B
TOML
11 lines
246 B
TOML
[package]
|
|
name = "backend"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
axum = "0.7.5"
|
|
clap = { version = "4.5.7", features = ["derive"] }
|
|
tokio = { version = "1.38.0", features = ["full"] }
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|