Move the crates-io crate to a crates directory

That way when we add more crates we've got a place to put them!
This commit is contained in:
Alex Crichton 2019-06-05 12:45:52 -07:00
parent 0a9d3aed38
commit e449cb23e3
5 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ path = "src/cargo/lib.rs"
atty = "0.2"
byteorder = "1.2"
bytesize = "1.0"
crates-io = { path = "src/crates-io", version = "0.26" }
crates-io = { path = "crates/crates-io", version = "0.26" }
crossbeam-utils = "0.6"
crypto-hash = "0.3.1"
curl = { version = "0.4.21", features = ['http2'] }