aboutsummaryrefslogtreecommitdiff
path: root/pulse/Cargo.toml
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 /pulse/Cargo.toml
parent57fd648407a233ae62b2c561d902783597274f83 (diff)
Factor out FormatableFloatValue from pulse plugin
to maybe reuse it in future plugins
Diffstat (limited to 'pulse/Cargo.toml')
-rw-r--r--pulse/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pulse/Cargo.toml b/pulse/Cargo.toml
index c6cff4b..c3b4c12 100644
--- a/pulse/Cargo.toml
+++ b/pulse/Cargo.toml
@@ -10,6 +10,7 @@ edition = "2021"
swaystatus-plugin = { path = '../swaystatus-plugin', version = '*'}
serde = { version = "1.0", features = ["derive"] }
erased-serde = "0.3"
+formatable-float = { path = '../formatable-float', version = '*'}
[lib]
crate-type = ["cdylib"]