From 18a96163d730b7e44270603a4c6de071b725db5f Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sat, 1 May 2021 22:16:54 +0200 Subject: First draft of pulse architecture. --- pulse/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pulse/Cargo.toml (limited to 'pulse/Cargo.toml') diff --git a/pulse/Cargo.toml b/pulse/Cargo.toml new file mode 100644 index 0000000..9aa4520 --- /dev/null +++ b/pulse/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "swaystatus-pulse" +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] +swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'} +serde = { version = "1.0", features = ["derive"] } +erased-serde = "0.3" + +[lib] +crate-type = ["cdylib"] -- cgit v1.2.3