build: minimize rug features
This commit is contained in:
parent
23d49fbb6a
commit
222662e402
1 changed files with 5 additions and 1 deletions
|
|
@ -4,5 +4,9 @@ version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rug = "1.30.0"
|
|
||||||
thiserror = "2.0.18"
|
thiserror = "2.0.18"
|
||||||
|
|
||||||
|
[dependencies.rug]
|
||||||
|
version = "1.30"
|
||||||
|
default-features = false
|
||||||
|
features = ["std", "float"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue