diff --git a/Cargo.lock b/Cargo.lock index 425b9a3d57..b3c2abb8e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -398,7 +398,7 @@ version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] -name = "objectshell" +name = "nushell" version = "0.1.0" dependencies = [ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d00068b0ca..1536f15c74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "objectshell" +name = "nushell" version = "0.1.0" authors = ["Yehuda Katz "] edition = "2018"