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"