aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
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"