13 lines
351 B
TOML
13 lines
351 B
TOML
[package]
|
|
name = "casket-backend"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
axum = { version = "0.8.1" }
|
|
tokio = { version = "1.42.0", features = ["full"] }
|
|
figment = { version = "0.10.19", features = ["toml", "env"] }
|
|
serde = {version = "1.0.217", features = ["derive"]}
|
|
tracing = "0.1.41"
|
|
tracing-log = "0.2.0"
|
|
tracing-subscriber = "0.3.19" |