2017-05-09 09:54:11 +00:00
|
|
|
[package]
|
|
|
|
name = "mentat_cli"
|
|
|
|
version = "0.0.1"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "mentat_cli"
|
|
|
|
path = "src/mentat_cli/lib.rs"
|
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "mentat_cli"
|
|
|
|
doc = false
|
|
|
|
test = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
getopts = "0.2"
|
|
|
|
env_logger = "0.3"
|
|
|
|
linefeed = "0.1"
|
|
|
|
log = "0.3"
|
|
|
|
tempfile = "1.1"
|
2017-05-09 15:25:37 +00:00
|
|
|
combine = "2.2.2"
|
|
|
|
lazy_static = "0.2.2"
|
|
|
|
|
|
|
|
[dependencies.rusqlite]
|
|
|
|
version = "0.11"
|
|
|
|
# System sqlite might be very old.
|
|
|
|
features = ["bundled", "limits"]
|
|
|
|
|
|
|
|
[dependencies.mentat]
|
|
|
|
path = "../.."
|
|
|
|
|
|
|
|
[dependencies.mentat_parser_utils]
|
|
|
|
path = "../../parser-utils"
|