From 592e80a279e6fde4d79bc44807941fb7054e1407 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Wed, 24 Jan 2024 23:05:26 +0100 Subject: Factor out FormatableFloatValue from pulse plugin to maybe reuse it in future plugins --- pulse/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pulse/Cargo.toml') 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"] -- cgit v1.2.3