[package] name = "rip_list" version = "0.1.4" edition = "2021" description = "A tool to list the contents of a local repository" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0.140" anyhow = "1.0.58" tokio = { version = "1", features = ["full"] } color-eyre = "0.6.2" tracing = "0.1.35" tracing-subscriber = { version = "0.3.15", features = ["env-filter"] } chrono = "0.4" derive_builder = "0.12.0"