mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-14 06:21:45 +00:00
10 lines
214 B
TOML
10 lines
214 B
TOML
[package]
|
|
authors = ["The Rust Project Developers"]
|
|
name = "rustc_apfloat"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
bitflags = "1.2.1"
|
|
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
|