mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
15 lines
243 B
TOML
15 lines
243 B
TOML
[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 = "2021"
|
|
|
|
[lib]
|
|
path = "lib.rs"
|
|
|
|
[dependencies]
|
|
alloc = { path = "../alloc" }
|