gust/Cargo.toml

17 lines
321 B
TOML
Raw Normal View History

2021-01-09 17:28:05 +00:00
[package]
name = "gust"
version = "0.1.0"
authors = ["Michael Zhang <mail@mzhang.io>"]
edition = "2018"
[dependencies]
2021-01-24 13:16:20 +00:00
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"