[package]
name = "ocelot-parser"
version = "0.1.2"
edition = "2024"
description = "Parser for the ocelot project"
license = "MIT"
repository = "https://github.com/manuel-woelker/ocelot"
[dependencies]
ocelot-ast = { path = "../ast", version = "0.1.2" }
ocelot-base = { path = "../base", version = "0.1.2" }