gust/Cargo.toml
2021-01-24 07:16:20 -06:00

16 lines
321 B
TOML

[package]
name = "gust"
version = "0.1.0"
authors = ["Michael Zhang <mail@mzhang.io>"]
edition = "2018"
[dependencies]
anyhow = "1.0.38"
cranelift = "0.69.0"
cranelift-module = "0.69.0"
cranelift-object = "0.69.0"
lazy_static = "1.4.0"
parking_lot = "0.11.1"
peg = "0.6.3"
structopt = "0.3.21"
target-lexicon = "0.11.1"