timetracker/rust/timetracking/do_process/Cargo.toml

13 lines
252 B
TOML
Raw Normal View History

2022-10-27 00:09:20 -04:00
[package]
2022-10-28 10:46:51 -04:00
name = "do_process"
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" }