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.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/users/tazjin/gio-list-apps/Cargo.toml b/users/tazjin/gio-list-apps/Cargo.toml
index f08260b9880b..eb62d1fcaf42 100644
--- a/users/tazjin/gio-list-apps/Cargo.toml
+++ b/users/tazjin/gio-list-apps/Cargo.toml
@@ -3,8 +3,9 @@ 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
+[lib]
+crate-type = ["cdylib"]
 
 [dependencies]
+emacs = "0.18.0"
 gio = "0.18.1"
-serde_json = "1.0.105"