[[bin]] name = "t" path = "src/bin/t.rs" [package] name = "tiempo" repository = "https://gitlab.com/categulario/tiempo-rs" authors = ["Abraham Toriz "] edition = "2021" description = "A command line time tracker" license = "GPL-3.0" documentation = "https://tiempo.categulario.xyz" homepage = "https://gitlab.com/categulario/tiempo-rs" version = "1.6.0" default-run = "t" [dependencies] thiserror = "1" directories = "3" serde_yaml = "0.9" toml = "0.5" itertools = "0.10" textwrap = "0.14" ansi_term = "0.12" csv = "1.1" regex = "1.5" lazy_static = "1.4" tempfile = "3" serde_json = "1.0" hostname = "0.3" atty = "0.2" timeago = "0.3" [dependencies.clap] version = "3" features = ["cargo"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.rusqlite] version = "0.28.0" features = ["chrono", "bundled"] [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies] pretty_assertions = "1.2"