rustc/library/rustc-std-workspace-core/Cargo.toml
2020-09-04 16:38:49 +01:00

16 lines
292 B
TOML

[package]
name = "rustc-std-workspace-core"
version = "1.99.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = 'MIT OR Apache-2.0'
description = """
Hack for the compiler's own build system
"""
edition = "2018"
[lib]
path = "lib.rs"
[dependencies]
core = { path = "../core" }