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

9 lines
172 B
TOML
Raw Normal View History

2019-02-14 17:50:55 +13:00
[package]
name = "huia-compiler"
version = "0.1.0"
authors = ["James Harton <james@automat.nz>"]
edition = "2018"
[dependencies]
2019-02-22 19:48:05 +13:00
huia-parser = { path = "../huia-parser" }