aboutsummaryrefslogtreecommitdiff
path: root/formatable-float/Cargo.toml
blob: 323bc0794d6c78c41a8d4e27439452cca6ae4c29 (plain) (blame)
1
2
3
4
5
6
7
8
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"