[package] name = "rslist" version = "0.1.2" edition = "2021" description = "Lists files." repository = "https://git.whodiduexpect.com/placeholder/rslist" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.66" clap = { version = "4.0.18", features = ["derive"] } colored = "2.0.0"