remove rug completely

This commit is contained in:
Fayeed Pawaskar
2023-07-24 10:12:22 +05:30
parent c89217903a
commit 0e17d6acd7
4 changed files with 0 additions and 37 deletions

View File

@@ -13,7 +13,6 @@ build = "build/main.rs"
rust-version = "1.63"
[features]
default = ["rug"]
[build-dependencies]
indexmap = "1.0.2"
@@ -45,7 +44,6 @@ ctrlc = "3.2.2"
ordered-float = "2.6.0"
phf = { version = "0.9", features = ["macros"] }
ref_thread_local = "0.0.0"
rug = { path = "../rug", optional = true }
rustyline = "9.0.0"
ring = "0.16.13"
ripemd160 = "0.8.0"