Pre: take a dependency on maplit to allow BTreeSet literals.

This commit is contained in:
Richard Newman 2017-06-02 15:34:53 -07:00 committed by Richard Newman
parent 4a886aae17
commit d30ad428e8
2 changed files with 5 additions and 1 deletions

View file

@ -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"

View file

@ -6,6 +6,7 @@ workspace = ".."
[dependencies]
combine = "2.3.2"
error-chain = "0.8.1"
maplit = "0.1"
matches = "0.1"
[dependencies.edn]