fft-manager/Cargo.toml

17 lines
482 B
TOML
Raw Normal View History

2024-06-25 19:25:45 +02:00
[package]
name = "botloc"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = { version = "0.7.5", features = ["multipart", "macros"] }
2024-06-26 02:17:02 +02:00
axum-extra = { version = "0.9.3", features = ["cookie-private"] }
base64 = "0.22.1"
oauth2 = "5.0.0-alpha"
reqwest = { version = "0.12.5", features = ["json"] }
2024-06-25 19:25:45 +02:00
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.118"
tokio = { version = "1.38.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"