]> git.lizzy.rs Git - rust.git/blob - library/rustc-std-workspace-std/Cargo.toml
Rollup merge of #92098 - semarie:openbsd-platform, r=pietroalbini
[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" }