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 c4f3d97 commit 8ce45cbCopy full SHA for 8ce45cb
Cargo.toml
@@ -1,19 +1,23 @@
1
[package]
2
name = "rust-script"
3
-version = "0.4.0"
+version = "0.5.0"
4
edition = "2018"
5
authors = ["Fredrik Fornwall <fredrik@fornwall.net>"]
6
7
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"
10
repository = "https://github.com/fornwall/rust-script"
11
readme = "README.md"
12
license = "MIT/Apache-2.0"
13
keywords = ["cargo", "script"]
14
categories = ["command-line-utilities", "development-tools"]
15
16
exclude = [
- "scripts/*",
- ".travis.yml",
17
+ "_config.yml",
18
+ "CNAME",
19
+ ".github",
20
+ "target"
21
]
22
23
[dependencies]
0 commit comments