tsheet-cli/Cargo.toml

14 lines
343 B
TOML

[package]
name = "tsheet-cli"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.31"
clap = { version = "4.4.8", features = ["derive"] }
regex = "1.10.4"
serde = { version = "1.0.193", features = ["derive"] }
serde_yaml = "0.9.27"