rolling-file/Cargo.toml
2024-01-30 23:57:06 +08:00

12 lines
233 B
TOML

[package]
name = "rolling-file"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.79"
chrono = "0.4.33"
time = "0.3.31"