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-05-04 20:40:41 +00:00
|
|
|
combine = "2.3.2"
|
2017-11-21 16:24:08 +00:00
|
|
|
error-chain = { git = "https://github.com/rnewman/error-chain", branch = "rnewman/sync" }
|
2017-06-02 22:34:53 +00:00
|
|
|
maplit = "0.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-04-29 03:11:55 +00:00
|
|
|
[dependencies.mentat_core]
|
|
|
|
path = "../core"
|
|
|
|
|
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"
|