build: minimize rug features

This commit is contained in:
electria 2026-07-13 19:42:43 -07:00
commit 222662e402
Signed by: electria
SSH key fingerprint: SHA256:8LlB3ucPbBHqozqkhsNbaV5oG3SlzzqUj8FZDL6IPQs

View file

@ -4,5 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
rug = "1.30.0"
thiserror = "2.0.18"
[dependencies.rug]
version = "1.30"
default-features = false
features = ["std", "float"]