Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 07ecade

Browse files
committed
Added some metadata
1 parent d9dc4f9 commit 07ecade

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
[package]
22
name = "core"
3-
version = "1.0.0"
4-
authors = ["Ben Harris <mail@bharr.is>", "Matt Ickstadt <matt@icky.pw>", "Matt Coffin <mcoffin13@gmail.com>"]
3+
version = "0.0.1"
4+
authors = ["The Rust Developers Team"]
55
build = "./build.rs"
6+
description = "Libcore wrapped into cargo package, suitable for cross-builds"
7+
license-file = "https://github.com/rust-lang/rust/blob/master/COPYRIGHT"
8+
repository = "https://github.com/rust-lang/rust"
69

710
[lib]
811
name = "core"

0 commit comments

Comments
 (0)