[package] name = "huia-compiler" version = "0.1.0" authors = ["James Harton "] [dependencies] huia-parser = { path = "../parser" } huia-linter = { path = "../linter" }