This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
2023-12-23 15:07:17 +00:00
|
|
|
[package]
|
|
|
|
name = "trixy"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-12-26 11:14:08 +00:00
|
|
|
trixy-parser = { path = "./trixy-parser" }
|
|
|
|
trixy-macros = { path = "./trixy-macros" }
|
|
|
|
trixy-types = { path = "./trixy-types" }
|