axum-generics-issues/Cargo.toml

13 lines
282 B
TOML
Raw Normal View History

2024-02-21 23:28:02 +00:00
[package]
name = "axum-generics"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.7.4"
redis = "0.24.0"
tokio = {version = "1.36.0", features = ["full"]}
anyhow = "1.0.79"