mirror of
https://github.com/Noratrieb/icefun.git
synced 2026-01-14 21:05:00 +01:00
Construct minimum viable compiler ICE
This commit is contained in:
commit
e3064f6a97
5 changed files with 789 additions and 0 deletions
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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 }
|
||||
Loading…
Add table
Add a link
Reference in a new issue