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 60f7e2d commit c5c77ddCopy full SHA for c5c77dd
Cargo.toml
@@ -15,8 +15,8 @@ name = "all"
15
path = "src/tests/all.rs"
16
17
[dependencies]
18
-s3 = { path = "src/s3", version = "0.0.1" }
19
-migrate = { path = "src/migrate", version = "0.1.0" }
+cargo-registry-s3 = { path = "src/s3", version = "0.1.0" }
+cargo-registry-migrate = { path = "src/migrate", version = "0.1.0" }
20
rand = "0.3"
21
time = "0.1"
22
git2 = "0.6.4"
src/migrate/Cargo.toml
@@ -1,5 +1,5 @@
1
[project]
2
-name = "migrate"
+name = "cargo-registry-migrate"
3
authors = ["Alex Crichton <[email protected]>"]
4
version = "0.1.0"
5
src/s3/Cargo.toml
@@ -1,6 +1,6 @@
[package]
-name = "s3"
+name = "cargo-registry-s3"
version = "0.0.1"
authors = []
6
0 commit comments