mentat/Cargo.toml
2017-01-04 12:32:02 -08:00

20 lines
401 B
TOML

[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"
[dev-dependencies.datomish-explorer]
path = "explorer"
[[bin]]
name = "datomish-cli"
path = "cli/src/main.rs"