rust/compiler/rustc_apfloat/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
172 B
TOML
Raw Normal View History

[package]
name = "rustc_apfloat"
version = "0.0.0"
2021-09-19 11:49:55 -05:00
edition = "2021"
[dependencies]
2019-10-13 18:37:55 -05:00
bitflags = "1.2.1"
2021-02-14 08:37:30 -06:00
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }