Rename to Project Mentat (query-parser).
This commit is contained in:
parent
84f468ce41
commit
a665926fe6
2 changed files with 5 additions and 5 deletions
|
@ -1,3 +1,3 @@
|
||||||
[package]
|
[package]
|
||||||
name = "datomish-query-parser"
|
name = "mentat-query-parser"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
// This file is just a stub
|
// This file is just a stub
|
||||||
pub fn get_name() -> String {
|
pub fn get_name() -> String {
|
||||||
return String::from("datomish-query-parser");
|
return String::from("mentat-query-parser");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
|
@ -19,6 +19,6 @@ mod tests {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn it_works() {
|
fn it_works() {
|
||||||
assert_eq!(String::from("datomish-query-parser"), get_name());
|
assert_eq!(String::from("mentat-query-parser"), get_name());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue