mirror of
https://github.com/nushell/nushell
synced 2024-11-10 15:14:14 +00:00
Update Cargo.toml
This commit is contained in:
parent
c95c905c59
commit
d7b47d89f5
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nu"
|
name = "nu"
|
||||||
version = "0.1.3"
|
version = "0.2.0"
|
||||||
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>"]
|
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>"]
|
||||||
description = "A shell for the GitHub era"
|
description = "A shell for the GitHub era"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -8,7 +8,8 @@ edition = "2018"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
default-run = "nu"
|
default-run = "nu"
|
||||||
repository = "https://github.com/nushell/nushell"
|
repository = "https://github.com/nushell/nushell"
|
||||||
homepage = "https://github.com/nushell/nushell"
|
homepage = "http://nushell.sh"
|
||||||
|
documentation = "https://book.nushell.sh"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue