From f7116d268aff3fae88d8de408e8c807295618a5c Mon Sep 17 00:00:00 2001 From: delta Date: Tue, 4 Apr 2023 15:43:40 +0200 Subject: restructure and improve config --- .config/awesome/quarrel/native/Cargo.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .config/awesome/quarrel/native/Cargo.toml (limited to '.config/awesome/quarrel/native/Cargo.toml') diff --git a/.config/awesome/quarrel/native/Cargo.toml b/.config/awesome/quarrel/native/Cargo.toml new file mode 100644 index 0000000..3806f3c --- /dev/null +++ b/.config/awesome/quarrel/native/Cargo.toml @@ -0,0 +1,20 @@ +[package] +name = "qnative" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +freedesktop_entry_parser = "1.3.0" +# meval = "0.2.0" +cpc = "1.9.1" +mlua = { version = "0.8.7", features = [ "module", "lua54", "serialize" ] } +palette = { version = "0.6.1", default-features = false, features = [ "std" ] } +parking_lot = "0.12.1" +rayon = "1.6.1" +serde = { version = "1.0.152", features = [ "derive" ] } +url = "2.3.1" + +[lib] +crate-type = ["cdylib"] -- cgit v1.2.3