Skip to content

Commit a475e68

Browse files
committed
Move subpackages to top-level folder
1 parent 5ce3f14 commit a475e68

File tree

6 files changed

+5
-8
lines changed

6 files changed

+5
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ rustdoc-args = [
3232
[dependencies]
3333
anyhow = "1.0"
3434
base64 = "0.13"
35-
cargo-registry-s3 = { path = "src/s3", version = "0.2.0" }
35+
cargo-registry-s3 = { path = "cargo-registry-s3" }
3636
chrono = { version = "0.4.0", features = ["serde"] }
37-
cio_markdown = { path = "src/markdown" }
37+
cio-markdown = { path = "cio-markdown" }
3838
clap = "=3.0.0-beta.4"
3939

4040
conduit = "0.9.0-alpha.5"

src/s3/Cargo.toml renamed to cargo-registry-s3/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
32
name = "cargo-registry-s3"
43
version = "0.2.0"
54
authors = ["Alex Crichton <[email protected]>"]
@@ -10,7 +9,6 @@ edition = "2018"
109
resolver = "2"
1110

1211
[lib]
13-
1412
name = "s3"
1513
path = "lib.rs"
1614

File renamed without changes.

src/markdown/Cargo.toml renamed to cio-markdown/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[package]
2-
3-
name = "cio_markdown"
2+
name = "cio-markdown"
43
version = "0.0.0"
54
license = "MIT OR Apache-2.0"
65
repository = "https://github.com/rust-lang/crates.io"
File renamed without changes.

0 commit comments

Comments
 (0)