Construct minimum viable compiler ICE

This commit is contained in:
Philip Hayes 2023-03-03 16:50:13 -08:00
commit e3064f6a97
5 changed files with 789 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "rustc-warp-ice"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
futures = "0"
hyper = { version = "0", default-features = false }
tokio = { version = "1", default-features = false }
warp = { version = "0", default-features = false }