timetracker/rust/timetracking/timetracker/Cargo.toml

13 lines
267 B
TOML
Raw Normal View History

2022-10-27 00:09:20 -04:00
[package]
name = "timetracker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
regex = "1"
chrono = "0.4"
itertools = "0.8"
2022-10-28 10:46:51 -04:00
timelogging = { path = "../timelogging" }