Skip to content

Commit 663ffc7

Browse files
committed
Add license and repo metadata
1 parent 9c6daab commit 663ffc7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "cargo-registry"
33
authors = ["Alex Crichton <[email protected]>"]
44
version = "0.1.0"
5+
license = "MIT/Apache-2.0"
6+
repository = "https://github.com/rust-lang/crates.io"
57

68
[profile.release]
79
opt-level = 2

src/migrate/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "cargo-registry-migrate"
33
authors = ["Alex Crichton <[email protected]>"]
44
version = "0.1.0"
5+
license = "MIT/Apache-2.0"
6+
repository = "https://github.com/rust-lang/crates.io"
57

68
[lib]
79
name = "migrate"

src/s3/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
name = "cargo-registry-s3"
44
version = "0.1.0"
55
authors = ["Alex Crichton <[email protected]>"]
6+
license = "MIT/Apache-2.0"
7+
repository = "https://github.com/rust-lang/crates.io"
68

79
[lib]
810

0 commit comments

Comments
 (0)