mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
10 lines
212 B
TOML
10 lines
212 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.0", features = ["union", "may_dangle"] }
|