about summary refs log tree commit diff
path: root/src/tools/rustc-std-workspace-std/Cargo.toml
blob: e41554b74affd9f1d77ab79a982c15408a70537f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rustc-std-workspace-std"
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]
std = { path = "../../libstd" }