aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-05-29 23:06:24 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-05-29 23:06:24 -0700
commit74f594d1ecd57973f2976067589a71fdfcedecbe (patch)
treed683af61d5bd172d26ba02fc23049ab40f2b2503 /Cargo.toml
parentFix rounding. (diff)
downloadqc-74f594d1ecd57973f2976067589a71fdfcedecbe.tar.zst
Get rid of BigInt.
Too much trouble, tbh. Who needs more than 64 bits anyway?
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9d3d9f1..7f4b3fb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,4 +10,3 @@ license = "GPL3"
async-channel = "2.3.1"
gdk4 = "0.8.2"
gtk4 = "0.8.2"
-num = "0.4.3"