summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 700fbc6729663b3faf18bf456f40e6b9eda4dde7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "deskwhich"
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"]}