chore: Add homepage to Cargo.toml
This commit is contained in:
parent
cdea401589
commit
81ea165cec
|
@ -3,8 +3,9 @@ name = "starship"
|
||||||
version = "0.12.2"
|
version = "0.12.2"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = ["Matan Kushner <hello@matchai.me>"]
|
authors = ["Matan Kushner <hello@matchai.me>"]
|
||||||
repository = "https://github.com/starship/starship"
|
homepage = "https://starship.rs"
|
||||||
documentation = "https://starship.rs/guide/"
|
documentation = "https://starship.rs/guide/"
|
||||||
|
repository = "https://github.com/starship/starship"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
keywords = ["prompt", "shell", "bash", "fish", "zsh"]
|
keywords = ["prompt", "shell", "bash", "fish", "zsh"]
|
||||||
|
|
Loading…
Reference in New Issue