BaaS/Cargo.toml
2024-11-12 23:37:49 +01:00

12 lines
292 B
TOML

[package]
name = "BaaS"
version = "0.1.0"
edition = "2021"
[dependencies]
axum = "0.7"
axum-extra = { version = "0.9", features = ["typed-header"] }
headers = "0.4"
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1", features = ["sync"] }