[package] name = "trixy" version = "0.1.0" edition = "2021" [dependencies] trixy-parser = { path = "./trixy-parser" } trixy-macros = { path = "./trixy-macros" } trixy-types = { path = "./trixy-types" }