aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2024-01-24 23:05:26 +0100
committerAndreas Grois <andi@grois.info>2024-01-24 23:05:26 +0100
commit592e80a279e6fde4d79bc44807941fb7054e1407 (patch)
tree2cd7237a905dffa2f8284eb875ace4b18744f01b /Cargo.lock
parent57fd648407a233ae62b2c561d902783597274f83 (diff)
Factor out FormatableFloatValue from pulse plugin
to maybe reuse it in future plugins
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 afcf1a0..48d8cf3 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -144,6 +144,14 @@ dependencies = [
]
[[package]]
+name = "formatable-float"
+version = "0.1.0"
+dependencies = [
+ "erased-serde",
+ "serde",
+]
+
+[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -539,6 +547,7 @@ name = "swaystatus-pulse"
version = "0.1.0"
dependencies = [
"erased-serde",
+ "formatable-float",
"serde",
"swaystatus-plugin",
]