2016-12-16 18:39:08 +00:00
|
|
|
[package]
|
2017-01-07 01:20:00 +00:00
|
|
|
name = "mentat"
|
2016-12-16 18:39:08 +00:00
|
|
|
version = "0.4.0"
|
|
|
|
authors = ["Richard Newman <rnewman@twinql.com>", "Nicholas Alexander <nalexander@mozilla.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2017-01-06 16:24:04 +00:00
|
|
|
rusqlite = "0.8.0"
|
2017-01-10 18:53:34 +00:00
|
|
|
clap = "2.19.3"
|
2017-01-06 16:24:04 +00:00
|
|
|
|
2016-12-21 16:55:00 +00:00
|
|
|
[dependencies.edn]
|
|
|
|
path = "edn"
|
|
|
|
|
2017-01-04 13:09:12 +00:00
|
|
|
[dependencies.mentat_query]
|
|
|
|
path = "query"
|
|
|
|
|
2017-01-07 01:31:01 +00:00
|
|
|
[dependencies.mentat_query_parser]
|
2016-12-17 02:43:47 +00:00
|
|
|
path = "query-parser"
|
2017-01-11 23:21:42 +00:00
|
|
|
|
|
|
|
[dependencies.mentat_tx_parser]
|
|
|
|
path = "tx-parser"
|