[package] name = "confwhich" version = "0.1.0" edition = "2021" authors = [ "Grimmauld " ] description = "Search for config files in XDG_CONFIG_DIRS" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = {version="4.5.4", features = ["derive"]} clap-stdin = {version="0.4.0"}