Skip to content

Commit f950784

Browse files
committed
use workspace.package attributes where possible
1 parent 1decfa5 commit f950784

20 files changed

Lines changed: 84 additions & 86 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ exclude = [
1919
"ignored",
2020
]
2121

22+
[workspace.package]
23+
version = "0.6.0"
24+
authors = ["Onur Aslan <onuraslan@gmail.com>", "The Rust Project Developers"]
25+
license = "MIT"
26+
repository = "https://github.com/rust-lang/docs.rs"
27+
edition = "2024"
28+
2229
[workspace.dependencies]
2330
anyhow = { version = "1.0.42", features = ["backtrace"] }
2431
askama = "0.15.4"

crates/bin/cratesfyi/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "cratesfyi"
3-
version = "0.6.0"
4-
authors = ["Onur Aslan <onuraslan@gmail.com>", "The Rust Project Developers"]
5-
license = "MIT"
6-
repository = "https://github.com/rust-lang/docs.rs"
7-
edition = "2024"
3+
version.workspace = true
4+
authors.workspace = true
5+
license.workspace = true
6+
repository.workspace = true
7+
edition.workspace = true
88

99
[dependencies]
1010
anyhow = { workspace = true }

crates/bin/docs_rs_admin/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "docs_rs_admin"
3-
version = "0.6.0"
4-
authors = ["Onur Aslan <onuraslan@gmail.com>", "The Rust Project Developers"]
5-
license = "MIT"
6-
repository = "https://github.com/rust-lang/docs.rs"
7-
edition = "2024"
3+
version.workspace = true
4+
authors.workspace = true
5+
license.workspace = true
6+
repository.workspace = true
7+
edition.workspace = true
88

99
[dependencies]
1010
anyhow = { workspace = true }

crates/bin/docs_rs_builder/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "docs_rs_builder"
3-
version = "0.6.0"
4-
authors = ["Onur Aslan <onuraslan@gmail.com>", "The Rust Project Developers"]
5-
license = "MIT"
6-
repository = "https://github.com/rust-lang/docs.rs"
7-
edition = "2024"
3+
version.workspace = true
4+
authors.workspace = true
5+
license.workspace = true
6+
repository.workspace = true
7+
edition.workspace = true
88

99
[dependencies]
1010
anyhow = { workspace = true }

crates/bin/docs_rs_watcher/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "docs_rs_watcher"
3-
version = "0.6.0"
4-
authors = ["Onur Aslan <onuraslan@gmail.com>", "The Rust Project Developers"]
5-
license = "MIT"
6-
repository = "https://github.com/rust-lang/docs.rs"
7-
edition = "2024"
3+
version.workspace = true
4+
authors.workspace = true
5+
license.workspace = true
6+
repository.workspace = true
7+
edition.workspace = true
88

99
[dependencies]
1010
anyhow = { workspace = true }

crates/bin/docs_rs_web/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "docs_rs_web"
3-
version = "0.6.0"
4-
authors = ["Onur Aslan <onuraslan@gmail.com>", "The Rust Project Developers"]
5-
license = "MIT"
6-
repository = "https://github.com/rust-lang/docs.rs"
7-
edition = "2024"
3+
version.workspace = true
4+
authors.workspace = true
5+
license.workspace = true
6+
repository.workspace = true
7+
edition.workspace = true
88
build = "build.rs"
99

1010
[package.metadata.cargo-machete]

crates/lib/docs_rs_build_limits/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
name = "docs_rs_build_limits"
3-
version = "0.1.0"
4-
license = "MIT"
5-
repository = "https://github.com/rust-lang/docs.rs"
6-
edition = "2024"
3+
license.workspace = true
4+
repository.workspace = true
5+
edition.workspace = true
76

87
[dependencies]
98
anyhow = { workspace = true }

crates/lib/docs_rs_build_queue/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
name = "docs_rs_build_queue"
3-
version = "0.1.0"
4-
license = "MIT"
5-
repository = "https://github.com/rust-lang/docs.rs"
6-
edition = "2024"
3+
license.workspace = true
4+
repository.workspace = true
5+
edition.workspace = true
76

87
[features]
98
testing = [

crates/lib/docs_rs_cargo_metadata/Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
name = "docs_rs_cargo_metadata"
3-
version = "0.1.0"
4-
license = "MIT"
5-
repository = "https://github.com/rust-lang/docs.rs"
6-
edition = "2024"
3+
license.workspace = true
4+
repository.workspace = true
5+
edition.workspace = true
76

87
[features]
98
testing = []

0 commit comments

Comments
 (0)