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