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/compiler/Cargo.toml

9 lines
187 B
TOML
Raw Normal View History

2018-08-27 11:09:36 +12:00
[package]
name = "huia-compiler"
version = "0.1.0"
authors = ["James Harton <james@automat.nz>"]
[dependencies]
2018-08-27 12:49:35 +12:00
huia-parser = { path = "../parser" }
huia-linter = { path = "../linter" }