diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index b2f291613..38661d2a7 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["The Nu Project Contributors"] build = "build.rs" -description = "CLI for nushell" +description = "Commands for Nushell" edition = "2018" license = "MIT" name = "nu-command" diff --git a/crates/nu-data/Cargo.toml b/crates/nu-data/Cargo.toml index 4dad37a29..7a594ffc6 100644 --- a/crates/nu-data/Cargo.toml +++ b/crates/nu-data/Cargo.toml @@ -1,6 +1,6 @@ [package] authors = ["The Nu Project Contributors"] -description = "CLI for nushell" +description = "Data for Nushell" edition = "2018" license = "MIT" name = "nu-data"