summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-01-19 09:14:58 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-01-19 09:14:59 +0100
commit7a0926770b43893a59f016a6ca2bb5a183d70971 (patch)
tree708e16c3b456b296f512560454e00c0f6da2ddc4 /Cargo.toml
parent9a1c74ddf7763566b71049877c047a6545aa59c6 (diff)
Add test with rust_decimaltest-decimal
To test issue #414 Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d86fd3..2c4c9f1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,3 +55,4 @@ lazy_static = "1"
notify = "^5.0.0"
temp-env = "0.3.0"
log = { version = "0.4", features = ["serde"] }
+rust_decimal = "1.27.0"