chore: Publish crate to Crates.io (#92)

* Add all the necessary Cargo.toml details for crates.io
* Update the image on README.md to be a full URL so crates.io can load it
* Update installation instructions to encourage installing from crates.io
This commit is contained in:
Matan Kushner
2019-07-10 13:09:45 -04:00
committed by GitHub
parent d7754f38e7
commit 67537ae753
3 changed files with 25 additions and 8 deletions
Generated
+1 -1
View File
@@ -702,7 +702,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "starship"
version = "0.1.0"
version = "0.1.0-beta.4"
dependencies = [
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"battery 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",