Skip to content

Commit 4c196ff

Browse files
committed
Add metadata for crates.io
1 parent 247f979 commit 4c196ff

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
@@ -2,7 +2,9 @@
22
name = "rustc-test"
33
version = "0.1.0"
44
authors = ["The Rust Project Developers"]
5-
license = "MIT OR Apache-2.0"
5+
license = "MIT OR Apache-2.0"
6+
description = "A fork of Rust’s `test` crate that doesn’t require unstable language features."
7+
repository = "https://github.com/SimonSapin/rustc-test"
68

79
[lib]
810
name = "test"

0 commit comments

Comments
 (0)