2019-02-07 12:08:05 +01:00
|
|
|
[package]
|
|
|
|
name = "rustc-std-workspace-alloc"
|
2019-09-09 13:01:05 -07:00
|
|
|
version = "1.99.0"
|
2019-02-07 12:08:05 +01:00
|
|
|
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
|
|
|
|
"""
|
2019-07-29 01:05:31 +08:00
|
|
|
edition = "2018"
|
2019-02-07 12:08:05 +01:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
path = "lib.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-06-11 21:31:49 -05:00
|
|
|
alloc = { path = "../alloc" }
|