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]
|
||||
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"
|
||||
|
|
Loading…
Reference in a new issue