summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_arena/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rustc_arena/Cargo.toml')
-rw-r--r--compiler/rustc_arena/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/rustc_arena/Cargo.toml b/compiler/rustc_arena/Cargo.toml
new file mode 100644
index 000000000..5c2aee6b4
--- /dev/null
+++ b/compiler/rustc_arena/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "rustc_arena"
+version = "0.0.0"
+edition = "2021"
+
+[dependencies]
+smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }