File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed
src/tools/rustc-std-workspace
rustc-std-workspace-alloc Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ version = "1.0.1"
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55edition = " 2018"
66license = ' 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
911repository = " https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"
10-
11- [dependencies ]
Original file line number Diff line number Diff line change @@ -4,9 +4,7 @@ version = "1.0.1"
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55license = " MIT/Apache-2.0"
66description = """
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
1010repository = " https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"
11-
12- [dependencies ]
Original file line number Diff line number Diff line change @@ -3,10 +3,8 @@ name = "rustc-std-workspace-std"
33version = " 1.0.1"
44authors = [" Alex Crichton <alex@alexcrichton.com>" ]
55license = " 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
810repository = " https://github.com/rust-lang/rust/tree/master/src/tools/rustc-std-workspace"
9-
10- [lib ]
11- name = " std"
12-
You can’t perform that action at this time.
0 commit comments