From 73815e97a91cd51db9d3b96d69891f6f6c1f58d0 Mon Sep 17 00:00:00 2001 From: axtlos Date: Fri, 19 Apr 2024 23:10:16 +0200 Subject: Add program --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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 " ] +description = "Search for .desktop files in XDG_DATA_DIRS" +license = "GPL-3.0-ONLY" + +[dependencies] +clap = {version="4.5.4", features = ["derive"]} -- cgit v1.2.3