aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/Cargo.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan@jantuomi.fi>2025-01-17 14:08:32 +0200
committerJan Tuomi <jan@jantuomi.fi>2025-01-17 14:08:32 +0200
commit225a9be3442e0f05f3ab0b128750ee22d169da01 (patch)
treea94c608a4a824360f67addb1f6296f6346338a2b /log_db/Cargo.toml
parent77eddd92f258a247ed1dab438f2af7b21e62668d (diff)
Replace float type with Decimal for Eq support
Diffstat (limited to 'log_db/Cargo.toml')
-rw-r--r--log_db/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/log_db/Cargo.toml b/log_db/Cargo.toml
index 9c91286..e2fe7f5 100644
--- a/log_db/Cargo.toml
+++ b/log_db/Cargo.toml
@@ -11,6 +11,7 @@ fs2 = "0.4.3"
log = "0.4.22"
once_cell = "1.20.2"
priority-queue = "2.1.1"
+rust_decimal = { version = "1.36.0", features = [] }
tempfile = "3.13.0"
thiserror = "2.0.1"
uuid = { version = "1.11.0", features = ["v4"] }