bfile/janitor/Cargo.toml

18 lines
488 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]
2023-10-12 12:39:28 +02:00
chrono = { version = "0.4.31", features = ["serde"] }
2023-10-11 16:06:07 +02:00
dotenvy = "0.15.7"
femme = "2.2.1"
log = "0.4.20"
parse_duration = "2.1.1"
redis = { version = "0.23.3", features = ["tokio"] }
2023-10-12 12:39:28 +02:00
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.107"
2023-10-11 16:06:07 +02:00
tokio = { version = "1.33.0", features = ["full"] }