steel with decimal math, saving before separating steel to a separate crate

This commit is contained in:
filipriec
2025-07-02 14:44:37 +02:00
parent 7b7f3ca05a
commit d1ebe4732f
6 changed files with 387 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ validator = { version = "0.20.0", features = ["derive"] }
uuid = { version = "1.16.0", features = ["serde", "v4"] }
jsonwebtoken = "9.3.1"
rust-stemmers = "1.2.0"
rust_decimal = "1.37.2"
rust_decimal = { version = "1.37.2", features = ["maths", "serde"] }
rust_decimal_macros = "1.37.1"
[lib]