11 lines
231 B
TOML
11 lines
231 B
TOML
[package]
|
|
name = "backend"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
axum = "0.8.4"
|
|
sqlx = "0.8.6"
|
|
tokio = { version = "1.47.1", features = ["rt-multi-thread", "tracing"] }
|
|
tracing = "0.1.41"
|
|
tracing-subscriber = "0.3.19"
|