about summary refs log tree commit diff
path: root/src/rustc-std-workspace/rustc-std-workspace-alloc/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/rustc-std-workspace/rustc-std-workspace-alloc/Cargo.toml')
-rw-r--r--src/rustc-std-workspace/rustc-std-workspace-alloc/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/rustc-std-workspace/rustc-std-workspace-alloc/Cargo.toml b/src/rustc-std-workspace/rustc-std-workspace-alloc/Cargo.toml
new file mode 100644
index 00000000000..1a8ebdcfeae
--- /dev/null
+++ b/src/rustc-std-workspace/rustc-std-workspace-alloc/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "rustc-std-workspace-alloc"
+version = "1.0.1"
+authors = ["Alex Crichton <alex@alexcrichton.com>"]
+edition = "2021"
+license = 'MIT/Apache-2.0'
+description = """
+crate for integration of crates.io crates into rust-lang/rust standard library workspace
+"""
+
+repository = "https://github.com/rust-lang/rust/tree/master/src/rustc-std-workspace"