BaaS/Cargo.toml

12 lines
292 B
TOML
Raw Permalink Normal View History

2024-11-11 23:26:28 +00:00
[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"] }