18 lines
322 B
TOML
18 lines
322 B
TOML
[package]
|
|
name = "backend"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.89"
|
|
axum = "0.7.6"
|
|
listenfd = "1.0.1"
|
|
thiserror.workspace = true
|
|
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
|
|
|
|
utils = { path = "../utils" }
|
|
|
|
[dev-dependencies]
|
|
cargo-watch = "8.5.2"
|
|
systemfd = "0.4.3"
|