Rename to Project Mentat (build).

This commit is contained in:
Richard Newman 2017-01-06 17:20:00 -08:00
parent 8f9c532d8d
commit 76b5a5e43b

View file

@ -1,18 +1,18 @@
[package]
name = "datomish"
name = "mentat"
version = "0.4.0"
authors = ["Richard Newman <rnewman@twinql.com>", "Nicholas Alexander <nalexander@mozilla.com>"]
[dependencies]
rusqlite = "0.8.0"
[dependencies.datomish-query-parser]
[dependencies.mentat-query-parser]
path = "query-parser"
[dev-dependencies]
[dev-dependencies.datomish-cli]
[dev-dependencies.mentat-cli]
path = "cli"
[[bin]]
name = "datomish-cli"
path = "cli/src/main.rs"
name = "mentat-cli"
path = "cli/src/main.rs"