checkpoint in reconstruction

This commit is contained in:
2023-12-26 21:08:01 -08:00
parent 2c2268925a
commit e5db6640f2
21 changed files with 759 additions and 153 deletions

View File

@@ -9,25 +9,27 @@ name = "ngr"
path = "src/lib.rs"
[dependencies]
clap = { version = "^3.0.14", features = ["derive"] }
clap = { version = "4.4.11", features = ["derive"] }
codespan = "0.11.1"
codespan-reporting = "0.11.1"
cranelift-codegen = "0.99.2"
cranelift-jit = "0.99.2"
cranelift-frontend = "0.99.2"
cranelift-module = "0.99.2"
cranelift-native = "0.99.2"
cranelift-object = "0.99.2"
internment = { version = "0.7.0", default-features = false, features = ["arc"] }
lalrpop-util = "^0.20.0"
lazy_static = "^1.4.0"
logos = "^0.12.0"
pretty = { version = "^0.11.2", features = ["termcolor"] }
proptest = "^1.0.0"
rustyline = "^11.0.0"
target-lexicon = "^0.12.5"
tempfile = "^3.5.0"
thiserror = "^1.0.30"
cranelift-codegen = "0.103.0"
cranelift-jit = "0.103.0"
cranelift-frontend = "0.103.0"
cranelift-module = "0.103.0"
cranelift-native = "0.103.0"
cranelift-object = "0.103.0"
internment = { version = "0.7.4", default-features = false, features = ["arc"] }
lalrpop-util = "0.20.0"
lazy_static = "1.4.0"
logos = "0.13.0"
pretty = { version = "0.12.3", features = ["termcolor"] }
proptest = "1.4.0"
rand = "0.8.5"
rustyline = "13.0.0"
target-lexicon = "0.12.12"
tempfile = "3.8.1"
thiserror = "1.0.52"
anyhow = "1.0.77"
[build-dependencies]
lalrpop = "^0.20.0"
lalrpop = "0.20.0"