deskwhich/Cargo.toml

11 lines
258 B
TOML
Raw Normal View History

2024-04-19 23:10:16 +02:00
[package]
name = "desktopwhich"
version = "0.1.0"
edition = "2021"
authors = [ "Xenia <axtlos@disroot.org>" ]
description = "Search for .desktop files in XDG_DATA_DIRS"
license = "GPL-3.0-ONLY"
[dependencies]
clap = {version="4.5.4", features = ["derive"]}