diff options
Diffstat (limited to 'users/tazjin/gio-list-apps/Cargo.toml')
-rw-r--r-- | users/tazjin/gio-list-apps/Cargo.toml | 10 |
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" |