]> git.lizzy.rs Git - rust.git/blob - library/rustc-std-workspace-core/Cargo.toml
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
[rust.git] / library / rustc-std-workspace-core / Cargo.toml
1 [package]
2 name = "rustc-std-workspace-core"
3 version = "1.99.0"
4 authors = ["Alex Crichton <alex@alexcrichton.com>"]
5 license = 'MIT OR Apache-2.0'
6 description = """
7 Hack for the compiler's own build system
8 """
9 edition = "2018"
10
11 [lib]
12 path = "lib.rs"
13
14 [dependencies]
15 core = { path = "../core" }