about summary refs log tree commit diff
path: root/users/tazjin/gio-list-apps/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/gio-list-apps/Cargo.toml')
-rw-r--r--users/tazjin/gio-list-apps/Cargo.toml11
1 files changed, 11 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 0000000000..eb62d1fcaf
--- /dev/null
+++ b/users/tazjin/gio-list-apps/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "gio-list-apps"
+version = "0.1.0"
+edition = "2021"
+
+[lib]
+crate-type = ["cdylib"]
+
+[dependencies]
+emacs = "0.18.0"
+gio = "0.18.1"