rustc/library/rustc-std-workspace-std/Cargo.toml
2021-10-14 22:30:45 +01:00

15 lines
237 B
TOML

[package]
name = "rustc-std-workspace-std"
version = "1.99.0"
license = 'MIT OR Apache-2.0'
description = """
Hack for the compiler's own build system
"""
edition = "2018"
[lib]
path = "lib.rs"
[dependencies]
std = { path = "../std" }