chore: Add homepage to Cargo.toml

This commit is contained in:
Matan Kushner 2019-08-26 15:07:47 -04:00
parent cdea401589
commit 81ea165cec
No known key found for this signature in database
GPG Key ID: 4B98C3A8949CA8A4
1 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@ name = "starship"
version = "0.12.2"
edition = "2018"
authors = ["Matan Kushner <hello@matchai.me>"]
repository = "https://github.com/starship/starship"
homepage = "https://starship.rs"
documentation = "https://starship.rs/guide/"
repository = "https://github.com/starship/starship"
readme = "README.md"
license = "ISC"
keywords = ["prompt", "shell", "bash", "fish", "zsh"]