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

10 lines
203 B
TOML

[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" }