rust/compiler/rustc_arena/Cargo.toml

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

10 lines
201 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]
# tidy-alphabetical-start
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
# tidy-alphabetical-end