mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-01-07 22:19:24 +01:00
removed un-used rug features
This commit is contained in:
parent
035ecafe7b
commit
ac6bf052d7
@ -11,7 +11,7 @@ keywords = ["math", "calculator", "evaluator"]
|
|||||||
categories = ["mathematics", "parser-implementations"]
|
categories = ["mathematics", "parser-implementations"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rug = "1.11.0"
|
rug = { version = "1.11.0", features = ["float"] }
|
||||||
test-case = "1.0.0"
|
test-case = "1.0.0"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
@ -19,5 +19,5 @@ kalk = { path = "../kalk", version = "^0.2.3" }
|
|||||||
rustyline = "7.0.0"
|
rustyline = "7.0.0"
|
||||||
ansi_term = "0.12"
|
ansi_term = "0.12"
|
||||||
regex = "1"
|
regex = "1"
|
||||||
rug = "1.11.0"
|
rug = { version = "1.11.0", features = ["float"] }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user