move to a local num-rug-adapter crate addressing #822

This commit is contained in:
Mark Thom
2021-02-19 17:34:26 -07:00
parent f6926a9642
commit f2db0886dd
5 changed files with 905 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ categories = ["command-line-utilities"]
build = "build.rs"
[workspace]
members = ["crates/prolog_parser"]
members = ["crates/prolog_parser", "crates/num-rug-adapter"]
[build-dependencies]
indexmap = "1.0.2"
@@ -33,7 +33,7 @@ indexmap = "1.0.2"
lazy_static = "1.4.0"
libc = "0.2.62"
nix = "0.15.0"
num-rug-adapter = { optional = true, version = "0.1.4" }
num-rug-adapter = { optional = true, path = "./crates/num-rug-adapter" }
ordered-float = "0.5.0"
prolog_parser = { path = "./crates/prolog_parser", default-features = false }
ref_thread_local = "0.0.0"