Rename to nushell

This commit is contained in:
Yehuda Katz 2019-05-15 17:55:32 -07:00
parent 6b82e3a8a8
commit 638093aad6
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -1,5 +1,5 @@
[package]
name = "objectshell"
name = "nushell"
version = "0.1.0"
authors = ["Yehuda Katz <wycats@gmail.com>"]
edition = "2018"