Skip to content

Commit 8ce45cb

Browse files
authored
Update Cargo.toml
1 parent c4f3d97 commit 8ce45cb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Cargo.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,23 @@
11
[package]
22
name = "rust-script"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2018"
55
authors = ["Fredrik Fornwall <fredrik@fornwall.net>"]
66

77
description = "Command-line tool to run Rust \"scripts\" which can make use of crates."
8+
homepage = "https://rust-script.org"
9+
documentation = "https://rust-script.org"
810
repository = "https://github.com/fornwall/rust-script"
911
readme = "README.md"
1012
license = "MIT/Apache-2.0"
1113
keywords = ["cargo", "script"]
1214
categories = ["command-line-utilities", "development-tools"]
1315

1416
exclude = [
15-
"scripts/*",
16-
".travis.yml",
17+
"_config.yml",
18+
"CNAME",
19+
".github",
20+
"target"
1721
]
1822

1923
[dependencies]

0 commit comments

Comments
 (0)