aboutsummaryrefslogtreecommitdiff
path: root/pulse/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-05-01 22:16:54 +0200
committerAndreas Grois <andi@grois.info>2021-05-01 22:16:54 +0200
commit18a96163d730b7e44270603a4c6de071b725db5f (patch)
treee91e9d23eec5031d9be7f1422b147c05d44a25d7 /pulse/Cargo.toml
parent00a3332d9a986f650283416dccf25aa9f2d32aa6 (diff)
First draft of pulse architecture.
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"]