]> git.proxmox.com Git - rustc.git/blame - 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
CommitLineData
e1599b0c
XL
1[package]
2name = "rustc-std-workspace-std"
3version = "1.99.0"
e1599b0c
XL
4license = 'MIT OR Apache-2.0'
5description = """
6Hack for the compiler's own build system
7"""
5099ac24 8edition = "2021"
e1599b0c
XL
9
10[lib]
11path = "lib.rs"
12
13[dependencies]
3dfed10e 14std = { path = "../std" }