Skip to content

Commit ca1d0db

Browse files
committed
clean up manifests
1 parent a875212 commit ca1d0db

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

src/tools/rustc-std-workspace/rustc-std-workspace-alloc/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "1.0.1"
44
authors = ["Alex Crichton <[email protected]>"]
55
edition = "2018"
66
license = 'MIT/Apache-2.0'
7-
description = 'workspace hack'
7+
description = """
8+
crate for integration of crates.io crates into rust-lang/rust standard library workspace
9+
"""
810

911
repository = "https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"
10-
11-
[dependencies]

src/tools/rustc-std-workspace/rustc-std-workspace-core/Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ version = "1.0.1"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = """
7-
Explicitly empty crate for rust-lang/rust integration
7+
crate for integration of crates.io crates into rust-lang/rust standard library workspace
88
"""
99

1010
repository = "https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"
11-
12-
[dependencies]

src/tools/rustc-std-workspace/rustc-std-workspace-std/Cargo.toml

+3-5
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ name = "rustc-std-workspace-std"
33
version = "1.0.1"
44
authors = ["Alex Crichton <[email protected]>"]
55
license = "MIT/Apache-2.0"
6-
description = "Workaround for rustbuild"
6+
description = """
7+
crate for integration of crates.io crates into rust-lang/rust standard library workspace
8+
"""
79

810
repository = "https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"
9-
10-
[lib]
11-
name = "std"
12-

0 commit comments

Comments
 (0)