summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2024-09-06 14:07:56 -0400
committerpommicket <pommicket@gmail.com>2024-09-06 14:07:56 -0400
commit8286a9dc4803dd0165846acfb105f28c662dceb0 (patch)
tree9d5917f7e3b3b769c92c936b38c2ec4818742e15 /Cargo.toml
parent6f5a8856ce64bd1563f72244d002216c2d4e288a (diff)
row-limit search
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 492faf6..da15ea0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,3 +5,4 @@ edition = "2021"
[dependencies]
bnum = "0.11.0"
+num-bigint = "0.4.6"