From 99c3480323f2df0c1cd455e2e03e832c1196050a Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Wed, 7 Apr 2021 21:29:02 +0200 Subject: First semi-working implementation. --- swaystatus-plugin/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 swaystatus-plugin/Cargo.toml (limited to 'swaystatus-plugin/Cargo.toml') diff --git a/swaystatus-plugin/Cargo.toml b/swaystatus-plugin/Cargo.toml new file mode 100644 index 0000000..c521baa --- /dev/null +++ b/swaystatus-plugin/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "swaystatus-plugin" +version = "0.1.0" +authors = ["Andreas Grois "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +erased-serde = "0.3" + +[build-dependencies] +rustc_version = "0.2.3" -- cgit v1.2.3