File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
src/tools/rustc-std-workspace
rustc-std-workspace-alloc Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ version = "1.0.1"
44authors = [
" Alex Crichton <[email protected] >" ]
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 22name = " rustc-std-workspace-core"
33version = " 1.0.1"
44authors = [
" Alex Crichton <[email protected] >" ]
5+ edition = " 2018"
56license = " MIT/Apache-2.0"
67description = """
7- Explicitly empty crate for rust-lang/rust integration
8+ crate for integration of crates.io crates into rust-lang/rust standard library workspace
89"""
910
1011repository = " 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 22name = " rustc-std-workspace-std"
33version = " 1.0.1"
44authors = [
" Alex Crichton <[email protected] >" ]
5+ edition = " 2018"
56license = " MIT/Apache-2.0"
6- description = " Workaround for rustbuild"
7+ description = """
8+ crate for integration of crates.io crates into rust-lang/rust standard library workspace
9+ """
710
811repository = " 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