use IndexMap over HashMap in prolog_parser
This commit is contained in:
@@ -8,6 +8,7 @@ description = " An operator precedence parser for the Rebis development version
|
||||
license = "BSD-3-Clause"
|
||||
|
||||
[dependencies]
|
||||
indexmap = "1.0.2"
|
||||
lexical = "2.1.0"
|
||||
ordered-float = "0.5.0"
|
||||
rug = { optional = true, version = "1.4.0" }
|
||||
|
||||
Reference in New Issue
Block a user