[package] name = "gust" version = "0.1.0" authors = ["Michael Zhang "] edition = "2018" [dependencies] anyhow = "1.0.38" cranelift = "0.69.0" cranelift-module = "0.69.0" cranelift-object = "0.69.0" lalrpop-util = "0.19.4" lazy_static = "1.4.0" parking_lot = "0.11.1" petgraph = "0.5.1" regex = "1.4.3" structopt = "0.3.21" target-lexicon = "0.11.1" [build-dependencies] lalrpop = "0.19.4"