Update skeleton

This commit is contained in:
Jeehoon Kang
2020-04-23 00:50:00 +09:00
parent 7569d5ad83
commit 9917ffcbd5
22 changed files with 992 additions and 116 deletions

View File

@@ -25,11 +25,11 @@ path = "bin/fuzz.rs"
[dependencies]
clap = { version = "2.33.0", features = ["yaml"] }
# TODO: use crates.io version when https://github.com/vickenty/lang-c/pull/16 is merged
lang-c = { git = "https://github.com/kaist-cp/lang-c" }
lang-c = "0.8.1"
itertools = "0.9.0"
failure = "0.1.7"
tempfile = "3.1.0"
ordered-float = "1.0"
hexf = "0.1.0"
wait-timeout = "0.2.0"
peg = "0.6.2"