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 --- formatable-float/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 formatable-float/Cargo.toml (limited to 'formatable-float/Cargo.toml') diff --git a/formatable-float/Cargo.toml b/formatable-float/Cargo.toml new file mode 100644 index 0000000..323bc07 --- /dev/null +++ b/formatable-float/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "formatable-float" +version = "0.1.0" +authors = ["Andreas Grois "] +edition = "2021" + +[dependencies] +serde = { version = "1.0", features = ["derive"] } +erased-serde = "0.3" -- cgit v1.2.3