2017-02-16 23:39:19 +00:00
|
|
|
[package]
|
|
|
|
name = "mentat_query_translator"
|
|
|
|
version = "0.0.1"
|
2017-02-20 17:35:32 +00:00
|
|
|
workspace = ".."
|
2017-02-16 23:39:19 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2017-02-22 03:57:00 +00:00
|
|
|
[dependencies.mentat_core]
|
|
|
|
path = "../core"
|
|
|
|
|
2017-02-16 23:39:19 +00:00
|
|
|
[dependencies.mentat_sql]
|
|
|
|
path = "../sql"
|
|
|
|
|
|
|
|
[dependencies.mentat_query]
|
|
|
|
path = "../query"
|
|
|
|
|
|
|
|
[dependencies.mentat_query_algebrizer]
|
|
|
|
path = "../query-algebrizer"
|
2017-02-22 03:57:00 +00:00
|
|
|
|
|
|
|
# Only for tests.
|
|
|
|
[dev-dependencies.mentat_query_parser]
|
|
|
|
path = "../query-parser"
|
2017-03-06 22:40:10 +00:00
|
|
|
|
|
|
|
[dependencies.mentat_query_projector]
|
|
|
|
path = "../query-projector"
|
|
|
|
|
|
|
|
[dependencies.mentat_query_sql]
|
|
|
|
path = "../query-sql"
|