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 @@ indexmap = "1.0.2"
lexical = "2.1.0"
ordered-float = "0.5.0"
rug = { optional = true, version = "1.4.0" }
num-rug-adapter = { optional = true, version = "0.1.3" }
num-rug-adapter = { optional = true, path = "../num-rug-adapter" }
unicode_reader = "1.0.0"
[lib]