]> git.lizzy.rs Git - rust.git/blob - library/rustc-std-workspace-core/Cargo.toml
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / library / rustc-std-workspace-core / Cargo.toml
1 [package]
2 name = "rustc-std-workspace-core"
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 core = { path = "../core" }