[package] name = "jobber3" version = "0.1.0" edition = "2021" description = "Command line tool for tracking work time" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.23" clap = { version = "4.1.1", features = ["derive"] } regex = "1.7.1"