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 16:49:55 +00:00
edition = "2021"
[dependencies]
2019-10-13 23:37:55 +00:00
bitflags = "1.2.1"
2021-02-14 14:37:30 +00:00
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }