]> git.lizzy.rs Git - rust.git/blob - library/rustc-std-workspace-std/Cargo.toml
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[rust.git] / library / rustc-std-workspace-std / Cargo.toml
1 [package]
2 name = "rustc-std-workspace-std"
3 version = "1.99.0"
4 license = 'MIT OR Apache-2.0'
5 description = """
6 Hack for the compiler's own build system
7 """
8 edition = "2021"
9
10 [lib]
11 path = "lib.rs"
12
13 [dependencies]
14 std = { path = "../std" }