rolling-file/Cargo.toml
2024-01-31 21:47:09 +08:00

15 lines
381 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 = { version = "0.3.31", features = ["macros"] }
tracing = "0.1.40"
tracing-appender = "0.2.3"
tracing-subscriber = { version = "0.3.18", features = ["time"] }