2019-02-07 12:08:05 +01:00
|
|
|
[package]
|
|
|
|
name = "rustc-std-workspace-alloc"
|
|
|
|
version = "1.0.0"
|
|
|
|
authors = ["Alex Crichton <alex@alexcrichton.com>"]
|
2019-05-09 15:37:37 -07:00
|
|
|
license = 'MIT OR Apache-2.0'
|
2019-02-07 12:08:05 +01:00
|
|
|
description = """
|
|
|
|
Hack for the compiler's own build system
|
|
|
|
"""
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
alloc = { path = "../../liballoc" }
|