aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent00a3332d9a986f650283416dccf25aa9f2d32aa6 (diff)
First draft of pulse architecture.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3952e6e..467199b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -532,6 +532,15 @@ dependencies = [
]
[[package]]
+name = "swaystatus-pulse"
+version = "0.1.0"
+dependencies = [
+ "erased-serde",
+ "serde",
+ "swaystatus-plugin",
+]
+
+[[package]]
name = "syn"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"