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