12 lines
467 B
TOML
12 lines
467 B
TOML
[package]
|
|
name = "receipts"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
axum = { version = "0.8.1", default-features = false, features = ["form", "http1", "multipart", "tokio", "tracing"] }
|
|
tokio = { version = "1.43.0", default-features = false, features = ["rt", "macros", "net", "signal", "tracing"] }
|
|
tower-http = { version = "0.6.2", features = ["limit", "trace"] }
|
|
tracing = "0.1.41"
|
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|