blob: 5a177808d1bd8fad0607aa25d6a09cb0567582cd [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 = "2024"
[lib]
path = "lib.rs"
[dependencies]
alloc = { path = "../alloc" }