Skip to content

Commit bf51e8c

Browse files
committed
Cargo.toml: add description
1 parent 491e83e commit bf51e8c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[package]
22
name = "rust-gh-example"
3-
version = "0.1.0"
3+
version = "0.1.3"
44
authors = ["MarcoIeni <[email protected]>"]
55
edition = "2018"
6+
description = "Example of Rust GitHub template"
67
repository = "https://github.com/rust-github/rust-gh-example"
78
license = "MIT OR Apache-2.0"
89
readme = "README.md"
10+
homepage = "https://rust-github.github.io/"
911

1012
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1113

0 commit comments

Comments
 (0)