glimbus/Cargo.toml
2023-04-04 00:12:14 -03:00

10 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"] }