2017-02-03 23:52:02 +00:00
|
|
|
[package]
|
|
|
|
name = "mentat_query_algebrizer"
|
|
|
|
version = "0.0.1"
|
2017-02-20 17:35:32 +00:00
|
|
|
workspace = ".."
|
2017-02-03 23:52:02 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2017-11-21 16:24:08 +00:00
|
|
|
error-chain = { git = "https://github.com/rnewman/error-chain", branch = "rnewman/sync" }
|
2017-03-16 19:16:56 +00:00
|
|
|
|
2017-02-04 00:52:03 +00:00
|
|
|
[dependencies.mentat_core]
|
|
|
|
path = "../core"
|
|
|
|
|
2017-02-03 23:52:02 +00:00
|
|
|
[dependencies.mentat_query]
|
2017-02-04 00:52:03 +00:00
|
|
|
path = "../query"
|
2017-03-24 20:09:32 +00:00
|
|
|
|
|
|
|
# Only for tests.
|
|
|
|
[dev-dependencies.mentat_query_parser]
|
2017-06-02 22:34:53 +00:00
|
|
|
path = "../query-parser"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
2017-11-21 16:24:08 +00:00
|
|
|
itertools = "0.7"
|
2017-06-02 22:34:53 +00:00
|
|
|
maplit = "0.1"
|