bfile/janitor/Cargo.toml

15 lines
356 B
TOML
Raw Normal View History

2023-10-11 16:06:07 +02:00
[package]
name = "janitor"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dotenvy = "0.15.7"
femme = "2.2.1"
log = "0.4.20"
parse_duration = "2.1.1"
redis = { version = "0.23.3", features = ["tokio"] }
tokio = { version = "1.33.0", features = ["full"] }