confwhich/Cargo.toml

14 lines
392 B
TOML
Raw Normal View History

2024-05-14 10:52:31 +02:00
[package]
name = "confwhich"
version = "0.1.0"
edition = "2021"
authors = [ "Grimmauld <grimmauld@grimmauld.de>" ]
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"}