confwhich/Cargo.toml
2024-05-16 11:10:12 +02:00

12 lines
294 B
TOML

[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"
[dependencies]
clap = {version="4.5.4", features = ["derive"]}
clap-stdin = {version="0.4.0"}