about summary refs log tree commit diff
path: root/users/tazjin/gio-list-apps/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--users/tazjin/gio-list-apps/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/users/tazjin/gio-list-apps/Cargo.toml b/users/tazjin/gio-list-apps/Cargo.toml
new file mode 100644
index 000000000000..f08260b9880b
--- /dev/null
+++ b/users/tazjin/gio-list-apps/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "gio-list-apps"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]
+gio = "0.18.1"
+serde_json = "1.0.105"