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-28 03:58:48 +00:00
name = "rustc_arena"
version = "0.0.0"
2021-09-19 16:49:55 +00:00
edition = "2021"
[dependencies]
2021-02-14 14:37:30 +00:00
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }