2017-03-06 22:40:10 +00:00
|
|
|
[package]
|
|
|
|
name = "mentat_query_sql"
|
|
|
|
version = "0.0.1"
|
|
|
|
workspace = ".."
|
|
|
|
|
|
|
|
[dependencies]
|
2020-04-23 16:19:41 +00:00
|
|
|
rusqlite = "0.22"
|
2017-04-19 23:16:19 +00:00
|
|
|
|
2018-08-08 18:23:07 +00:00
|
|
|
[dependencies.edn]
|
|
|
|
path = "../edn"
|
|
|
|
|
2018-08-08 17:35:06 +00:00
|
|
|
[dependencies.core_traits]
|
|
|
|
path = "../core-traits"
|
|
|
|
|
2017-03-06 22:40:10 +00:00
|
|
|
[dependencies.mentat_core]
|
|
|
|
path = "../core"
|
|
|
|
|
|
|
|
[dependencies.mentat_sql]
|
|
|
|
path = "../sql"
|
|
|
|
|
2018-08-08 20:19:08 +00:00
|
|
|
[dependencies.sql_traits]
|
|
|
|
path = "../sql-traits"
|
|
|
|
|
2017-03-06 22:40:10 +00:00
|
|
|
[dependencies.mentat_query_algebrizer]
|
|
|
|
path = "../query-algebrizer"
|