diff options
author | axtlos <axtlos@disroot.org> | 2024-04-19 23:10:16 +0200 |
---|---|---|
committer | axtlos <axtlos@disroot.org> | 2024-04-19 23:10:16 +0200 |
commit | 73815e97a91cd51db9d3b96d69891f6f6c1f58d0 (patch) | |
tree | 7e7e8c96770c856d38d55dfaf4601fee73028db2 /Cargo.toml | |
download | deskwhich-73815e97a91cd51db9d3b96d69891f6f6c1f58d0.tar.gz deskwhich-73815e97a91cd51db9d3b96d69891f6f6c1f58d0.tar.bz2 |
Add program
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..bf56ce3 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[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"]} |