mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 16:40:17 +00:00
9 lines
172 B
TOML
9 lines
172 B
TOML
[package]
|
|
name = "rustc_apfloat"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bitflags = "1.2.1"
|
|
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
|