lonk/Cargo.toml

19 lines
530 B
TOML
Raw Permalink Normal View History

2022-03-23 11:24:13 +00:00
[package]
name = "lonk"
version = "1.2.0"
2022-03-23 11:24:13 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-04-25 16:59:30 +00:00
argh = "~0.1.7"
async-object-pool = "~0.1.4"
base64 = "~0.13.0"
rand = "~0.8.5"
redis = { version = "~0.21.5", features = ["tokio-native-tls-comp"] }
serde = { version = "~1.0.136", features = ["derive"] }
serde_json = "1.0.79"
tokio = { version = "1.22.0", features = ["full"] }
validators = { version = "~0.24.1", features = ["url-dep"] }
2022-04-25 16:59:30 +00:00
warp = "~0.3.2"