rust/library/rustc-std-workspace-alloc/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
243 B
TOML
Raw Permalink Normal View History

[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]
2020-06-11 21:31:49 -05:00
alloc = { path = "../alloc" }