mentat/Cargo.toml

20 lines
401 B
TOML
Raw Normal View History

[package]
name = "datomish"
version = "0.4.0"
authors = ["Richard Newman <rnewman@twinql.com>", "Nicholas Alexander <nalexander@mozilla.com>"]
[dependencies]
[dependencies.datomish-query-parser]
path = "query-parser"
[dev-dependencies]
[dev-dependencies.datomish-cli]
path = "cli"
2017-01-04 20:32:02 +00:00
[dev-dependencies.datomish-explorer]
path = "explorer"
[[bin]]
name = "datomish-cli"
2017-01-04 20:32:02 +00:00
path = "cli/src/main.rs"