build(deps): add rug for arbitrary precision math

This commit is contained in:
electria 2026-06-17 12:13:45 -07:00
commit 5683d41c53
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs
3 changed files with 73 additions and 1 deletions

View file

@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
rug = "1.30.0"