gust/Cargo.toml

22 lines
407 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"
2021-01-24 13:37:04 +00:00
lalrpop-util = "0.19.4"
2021-01-24 13:16:20 +00:00
lazy_static = "1.4.0"
parking_lot = "0.11.1"
2021-01-24 14:06:16 +00:00
petgraph = "0.5.1"
2021-01-24 13:37:04 +00:00
regex = "1.4.3"
2021-01-24 13:16:20 +00:00
structopt = "0.3.21"
target-lexicon = "0.11.1"
2021-01-24 13:37:04 +00:00
[build-dependencies]
lalrpop = "0.19.4"