deskwhich/Cargo.toml

13 lines
313 B
TOML
Raw Permalink Normal View History

2024-04-19 23:10:16 +02:00
[package]
2024-04-19 23:17:23 +02:00
name = "deskwhich"
2024-04-19 23:10:16 +02:00
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"]}
2024-06-03 21:04:47 +02:00
clap-stdin = "0.4.0"
freedesktop-desktop-entry = "=0.5.2"