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
|
@ -16,3 +16,6 @@ path = "../query"
|
||||||
# Only for tests.
|
# Only for tests.
|
||||||
[dev-dependencies.mentat_query_parser]
|
[dev-dependencies.mentat_query_parser]
|
||||||
path = "../query-parser"
|
path = "../query-parser"
|
||||||
|
|
||||||
|
[dev-dependencies]
|
||||||
|
maplit = "0.1"
|
||||||
|
|
|
@ -6,6 +6,7 @@ workspace = ".."
|
||||||
[dependencies]
|
[dependencies]
|
||||||
combine = "2.3.2"
|
combine = "2.3.2"
|
||||||
error-chain = "0.8.1"
|
error-chain = "0.8.1"
|
||||||
|
maplit = "0.1"
|
||||||
matches = "0.1"
|
matches = "0.1"
|
||||||
|
|
||||||
[dependencies.edn]
|
[dependencies.edn]
|
||||||
|
|
Loading…
Reference in a new issue