blob: ef7dc812af9d4f4681cfa6160ea0a52aafe6793a [file] [log] [blame]
[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
"""
edition = "2018"
[lib]
path = "lib.rs"
[dependencies]
alloc = { path = "../../liballoc" }