2016-12-17 02:43:47 +00:00
|
|
|
[package]
|
2017-01-07 01:31:01 +00:00
|
|
|
name = "mentat_query_parser"
|
2017-01-07 01:19:46 +00:00
|
|
|
version = "0.0.1"
|
2017-02-20 17:35:32 +00:00
|
|
|
workspace = ".."
|
2016-12-21 16:55:00 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2017-01-25 22:06:19 +00:00
|
|
|
combine = "2.1.1"
|
2017-02-03 02:32:00 +00:00
|
|
|
matches = "0.1"
|
2017-01-25 22:06:19 +00:00
|
|
|
|
2016-12-21 16:55:00 +00:00
|
|
|
[dependencies.edn]
|
|
|
|
path = "../edn"
|
|
|
|
|
2017-02-02 16:18:04 +00:00
|
|
|
[dependencies.mentat_parser_utils]
|
2017-02-01 08:45:55 +00:00
|
|
|
path = "../parser-utils"
|
|
|
|
|
2016-12-21 16:55:00 +00:00
|
|
|
[dependencies.mentat_query]
|
|
|
|
path = "../query"
|