]> git.proxmox.com Git - rustc.git/blob - library/rustc-std-workspace-std/Cargo.toml
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.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" }