timetracker/rust/timetracking/doprocess/Cargo.toml

13 lines
251 B
TOML
Raw Normal View History

2022-10-27 00:09:20 -04:00
[package]
2022-11-11 12:38:54 -05:00
name = "doprocess"
2022-10-27 00:09:20 -04:00
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"
itertools = "0.8"
2022-10-28 10:46:51 -04:00
timelogging = { path = "../timelogging" }