mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
extract rustc-std-workspace crate sources from crates.io and place them here
This commit is contained in:
parent
e3a918ece0
commit
5c6f27b1e0
4
src/rustc-std-workspace/README.md
Normal file
4
src/rustc-std-workspace/README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
See `library/rustc-std-workspace-core/README.md` for context.
|
||||||
|
|
||||||
|
These are the crates.io versions of these crates, as opposed to the versions
|
||||||
|
in `library` which are the ones used inside the rustc workspace.
|
@ -0,0 +1,9 @@
|
|||||||
|
[package]
|
||||||
|
name = "rustc-std-workspace-alloc"
|
||||||
|
version = "1.0.0"
|
||||||
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||||
|
edition = "2018"
|
||||||
|
license = 'MIT/Apache-2.0'
|
||||||
|
description = 'workspace hack'
|
||||||
|
|
||||||
|
[dependencies]
|
10
src/rustc-std-workspace/rustc-std-workspace-core/Cargo.toml
Normal file
10
src/rustc-std-workspace/rustc-std-workspace-core/Cargo.toml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[package]
|
||||||
|
name = "rustc-std-workspace-core"
|
||||||
|
version = "1.0.0"
|
||||||
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||||
|
license = "MIT/Apache-2.0"
|
||||||
|
description = """
|
||||||
|
Explicitly empty crate for rust-lang/rust integration
|
||||||
|
"""
|
||||||
|
|
||||||
|
[dependencies]
|
10
src/rustc-std-workspace/rustc-std-workspace-std/Cargo.toml
Normal file
10
src/rustc-std-workspace/rustc-std-workspace-std/Cargo.toml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
[package]
|
||||||
|
name = "rustc-std-workspace-std"
|
||||||
|
version = "1.0.1"
|
||||||
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
||||||
|
license = "MIT/Apache-2.0"
|
||||||
|
description = "Workaround for rustbuild"
|
||||||
|
|
||||||
|
[lib]
|
||||||
|
name = "std"
|
||||||
|
|
@ -0,0 +1 @@
|
|||||||
|
pub use std::*;
|
Loading…
Reference in New Issue
Block a user