11 lines
205 B
TOML
11 lines
205 B
TOML
[package]
|
|
name = "backend"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
tracing = "0.1"
|
|
tracing-subscriber = "0.3"
|
|
axum = "0.8"
|
|
tokio = { version = "1.52", features = ["macros", "rt-multi-thread"] }
|