blob: 05df1fddc7f1c9125b109b8bae41a3e675082174 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[package]
name = "rustc-std-workspace-alloc"
version = "1.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = 'MIT OR Apache-2.0'
description = """
Hack for the compiler's own build system
"""
[lib]
path = "lib.rs"
[dependencies]
alloc = { path = "../../liballoc" }
|