We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491e83e commit bf51e8cCopy full SHA for bf51e8c
Cargo.toml
@@ -1,11 +1,13 @@
1
[package]
2
name = "rust-gh-example"
3
-version = "0.1.0"
+version = "0.1.3"
4
authors = ["MarcoIeni <[email protected]>"]
5
edition = "2018"
6
+description = "Example of Rust GitHub template"
7
repository = "https://github.com/rust-github/rust-gh-example"
8
license = "MIT OR Apache-2.0"
9
readme = "README.md"
10
+homepage = "https://rust-github.github.io/"
11
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
0 commit comments