summary refs log tree commit diff
path: root/src/tools/rustc-std-workspace-core/Cargo.toml
blob: f000d634e1943bb3d55de07707968a229c61685c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rustc-std-workspace-core"
version = "1.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = 'MIT/Apache-2.0'
description = """
Hack for the compiler's own build system
"""

[lib]
path = "lib.rs"

[dependencies]
core = { path = "../../libcore" }