diff options
| author | Andreas Grois <andi@grois.info> | 2024-01-24 23:05:26 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2024-01-24 23:05:26 +0100 |
| commit | 592e80a279e6fde4d79bc44807941fb7054e1407 (patch) | |
| tree | 2cd7237a905dffa2f8284eb875ace4b18744f01b /formatable-float/Cargo.toml | |
| parent | 57fd648407a233ae62b2c561d902783597274f83 (diff) | |
Factor out FormatableFloatValue from pulse plugin
to maybe reuse it in future plugins
Diffstat (limited to 'formatable-float/Cargo.toml')
| -rw-r--r-- | formatable-float/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
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 <andi@grois.info>"] +edition = "2021" + +[dependencies] +serde = { version = "1.0", features = ["derive"] } +erased-serde = "0.3" |
