blob: ff5cfcbd641443fc1dd91cec70c6308c476eaaae [file] [log] [blame]
[package]
name = "rustc-std-workspace-core"
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]
core = { path = "../core" }