quoter/Cargo.toml

14 lines
351 B
TOML
Raw Normal View History

2023-09-27 23:08:48 +00:00
[package]
name = "discoursio-notifier"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.4.0"
redis = { version = "0.23", features = ["tokio-comp"]}
serde = "1.0.188"
serde_json = "1.0.107"
tokio = { version = "1", features = ["full"] }