Skip to content

Commit 995c6e8

Browse files
committed
move existing subcrates into crates/lib/
1 parent 40b10e0 commit 995c6e8

File tree

2,031 files changed

+7
-4
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,031 files changed

+7
-4
lines changed

Cargo.toml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ build = "build.rs"
99
edition = "2024"
1010

1111
[workspace]
12-
members = ["crates/*"]
12+
resolver = "2"
13+
members = [
14+
"crates/lib/*",
15+
]
1316
exclude = [
1417
"ignored",
1518
"tests",
@@ -34,7 +37,7 @@ semver = { version = "1.0.4", features = ["serde"] }
3437
slug = "0.1.1"
3538
sqlx = { version = "0.8", features = [ "runtime-tokio", "postgres", "sqlite", "chrono" ] }
3639
url = { version = "2.1.1", features = ["serde"] }
37-
docsrs-metadata = { path = "crates/metadata" }
40+
docsrs-metadata = { path = "crates/lib/metadata" }
3841
anyhow = { version = "1.0.42", features = ["backtrace"]}
3942
thiserror = "2.0.3"
4043
comrak = { version = "0.49.0", default-features = false }
@@ -53,7 +56,7 @@ path-slash = "0.2.0"
5356
base64 = "0.22"
5457
strum = { version = "0.27.0", features = ["derive"] }
5558
lol_html = "2.0.0"
56-
font-awesome-as-a-crate = { path = "crates/font-awesome-as-a-crate" }
59+
font-awesome-as-a-crate = { path = "crates/lib/font-awesome-as-a-crate" }
5760
dashmap = "6.0.0"
5861
zip = {version = "6.0.0", default-features = false, features = ["bzip2"]}
5962
bzip2 = "0.6.0"
@@ -106,7 +109,7 @@ chrono = { version = "0.4.11", default-features = false, features = ["clock", "s
106109
constant_time_eq = "0.4.2"
107110
md5 = "0.8.0"
108111

109-
crates_io_validation = { path = "crates/crates_io_validation" }
112+
crates_io_validation = { path = "crates/lib/crates_io_validation" }
110113

111114
[dev-dependencies]
112115
criterion = "0.8.0"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

crates/font-awesome-as-a-crate/fontawesome-free-6.2.0-desktop/LICENSE.txt renamed to crates/lib/font-awesome-as-a-crate/fontawesome-free-6.2.0-desktop/LICENSE.txt

File renamed without changes.

crates/font-awesome-as-a-crate/fontawesome-free-6.2.0-desktop/VENDOR.md renamed to crates/lib/font-awesome-as-a-crate/fontawesome-free-6.2.0-desktop/VENDOR.md

0 commit comments

Comments
 (0)