aboutsummaryrefslogtreecommitdiff
path: root/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 /Cargo.toml
parent57fd648407a233ae62b2c561d902783597274f83 (diff)
Factor out FormatableFloatValue from pulse plugin
to maybe reuse it in future plugins
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 49dc253..e59390a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,9 @@
members = [
"swaystatus",
"swaystatus-plugin",
+ "formatable-float",
"alsa",
"clock",
"pulse"
]
+resolver = "2"