[package] name = "age" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.68" chrono = "0.4.23" clap = {version = "4.0.32", features=["color", "error-context", "help", "std", "suggestions", "usage", "derive"] } git2 = "0.15.0" substring = "1.4.5" terminal_size = "0.2.3"