12 lines
282 B
TOML
12 lines
282 B
TOML
[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"
|