From 76b5a5e43bb8f0038738154d2dbd750607722cb3 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Fri, 6 Jan 2017 17:20:00 -0800 Subject: [PATCH] Rename to Project Mentat (build). --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5fc8c42b..cd10544b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,18 +1,18 @@ [package] -name = "datomish" +name = "mentat" version = "0.4.0" authors = ["Richard Newman ", "Nicholas Alexander "] [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" \ No newline at end of file +name = "mentat-cli" +path = "cli/src/main.rs"