glimbus/Cargo.toml

11 lines
280 B
TOML

[package]
name = "glimbus"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.6.12", features = ["tokio"] }
tokio = { version = "1.27.0", features = ["full"] }