[package] name = "pint-rs" version = "0.1.3" edition = "2021" license = "GPL-3.0" authors = ["Pint-RS <@kbonnici>"] description = "Parse Toggl time-tracking CSV files to generate invoices" repository = "https://github.com/kbonnici/pint-rs" readme = "README.md" keywords = ["toggl", "csv", "invoice", "time-tracking", "pintrs"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.71" chrono = "0.4.26" clap = { version = "4.3.3", features = ["derive"] } csv = "1.2.2" time = "0.3.22"