rust/compiler/rustc_arena/Cargo.toml

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

8 lines
151 B
TOML
Raw Normal View History

[package]
2020-08-27 22:58:48 -05:00
name = "rustc_arena"
version = "0.0.0"
2021-09-19 11:49:55 -05:00
edition = "2021"
[dependencies]
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }