This repository has been archived on 2024-06-24. You can view files and clone it, but cannot push or open issues or pull requests.
huia/huia-compiler/Cargo.toml
2019-04-03 21:40:06 +13:00

13 lines
295 B
TOML

[package]
name = "huia-compiler"
version = "0.1.0"
authors = ["James Harton <james@automat.nz>"]
edition = "2018"
[dependencies]
huia-parser = { path = "../huia-parser" }
string-interner = "0.7.0"
cranelift = "0.29.0"
cranelift-module = "0.29.0"
codespan = "0.2.1"
codespan-reporting = "0.2.1"