Pre: take a dependency on maplit to allow BTreeSet literals.
This commit is contained in:
parent
4a886aae17
commit
d30ad428e8
2 changed files with 5 additions and 1 deletions
|
@ -15,4 +15,7 @@ path = "../query"
|
|||
|
||||
# Only for tests.
|
||||
[dev-dependencies.mentat_query_parser]
|
||||
path = "../query-parser"
|
||||
path = "../query-parser"
|
||||
|
||||
[dev-dependencies]
|
||||
maplit = "0.1"
|
||||
|
|
|
@ -6,6 +6,7 @@ workspace = ".."
|
|||
[dependencies]
|
||||
combine = "2.3.2"
|
||||
error-chain = "0.8.1"
|
||||
maplit = "0.1"
|
||||
matches = "0.1"
|
||||
|
||||
[dependencies.edn]
|
||||
|
|
Loading…
Reference in a new issue