aboutsummaryrefslogtreecommitdiff
path: root/pulse/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pulse/Cargo.toml')
-rw-r--r--pulse/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
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 <andi@grois.info>"]
+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"]