From 320c28844f4e2686ab1bedfc507c9c7babafed63 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Thu, 26 Sep 2024 08:39:37 -0300 Subject: Fixed-point decimal type (#4900) Co-authored-by: Laurenz --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index e3cfc702..980d6f4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,6 +90,7 @@ rayon = "1.7.0" regex = "1" resvg = { version = "0.43", default-features = false, features = ["raster-images"] } roxmltree = "0.20" +rust_decimal = { version = "1.36.0", default-features = false, features = ["maths"] } rustybuzz = "0.18" same-file = "1" self-replace = "1.3.7" -- cgit v1.2.3