Rename to Project Mentat (build).
This commit is contained in:
parent
8f9c532d8d
commit
76b5a5e43b
1 changed files with 5 additions and 5 deletions
10
Cargo.toml
10
Cargo.toml
|
@ -1,18 +1,18 @@
|
||||||
[package]
|
[package]
|
||||||
name = "datomish"
|
name = "mentat"
|
||||||
version = "0.4.0"
|
version = "0.4.0"
|
||||||
authors = ["Richard Newman <rnewman@twinql.com>", "Nicholas Alexander <nalexander@mozilla.com>"]
|
authors = ["Richard Newman <rnewman@twinql.com>", "Nicholas Alexander <nalexander@mozilla.com>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rusqlite = "0.8.0"
|
rusqlite = "0.8.0"
|
||||||
|
|
||||||
[dependencies.datomish-query-parser]
|
[dependencies.mentat-query-parser]
|
||||||
path = "query-parser"
|
path = "query-parser"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
[dev-dependencies.datomish-cli]
|
[dev-dependencies.mentat-cli]
|
||||||
path = "cli"
|
path = "cli"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "datomish-cli"
|
name = "mentat-cli"
|
||||||
path = "cli/src/main.rs"
|
path = "cli/src/main.rs"
|
||||||
|
|
Loading…
Reference in a new issue