Modify decimal varient of number enum to be of type rust_decimal
This commit is contained in:
@@ -8,6 +8,7 @@ panic = "unwind"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "^4.5", features = ["derive"] }
|
||||
rust_decimal = "1.36.0"
|
||||
thiserror = { version = "^2.0" }
|
||||
|
||||
[dev-dependencies]
|
||||
|
||||
Reference in New Issue
Block a user