blob: 1ea421834a7d572e6d4a578243ab22f8ab6e8a98 [file] [log] [blame]
[package]
name = "rustc-std-workspace-alloc"
version = "1.99.0"
license = 'MIT OR Apache-2.0'
description = """
Hack for the compiler's own build system
"""
edition = "2018"
[lib]
path = "lib.rs"
[dependencies]
alloc = { path = "../alloc" }