Modify decimal varient of number enum to be of type rust_decimal

This commit is contained in:
2024-11-25 20:06:41 -07:00
parent 711e0b1bd2
commit 2432156d8c
4 changed files with 499 additions and 13 deletions

View File

@@ -8,6 +8,7 @@ panic = "unwind"
[dependencies]
clap = { version = "^4.5", features = ["derive"] }
rust_decimal = "1.36.0"
thiserror = { version = "^2.0" }
[dev-dependencies]