Skip to content

Commit 774531d

Browse files
committed
Finalize project
1 parent 18488b5 commit 774531d

5 files changed

Lines changed: 293 additions & 113 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
/out

Cargo.lock

Lines changed: 104 additions & 110 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ edition = "2021"
99
lalrpop = "0.19"
1010

1111
[dependencies]
12+
clap = { version = "3.0", features = ["derive"] }
1213
derive_more = "0.99"
13-
faerie = "0.16"
1414
iced-x86 = { version = "1.15", features = ["code_asm"] }
1515
lalrpop-util = { version = "0.19", features = ["lexer"] }
16-
regex = "1.5"
1716
rustc_index = { git = "https://github.com/rust-lang/rust.git", branch = "stable" }
1817
rustc_serialize = { git = "https://github.com/rust-lang/rust.git", branch = "stable" }

0 commit comments

Comments
 (0)