[package]
repository = "https://github.com/cyberia-to/inf"
description = "inf parser"
name = "inf-parse"
version = "0.1.0"
edition = "2021"
license-file = "LICENSE"
[lib]
path = "src/lib.rs"
[dependencies]
inf-lex = { version = "0.1.0", path = "../lex" }
inf-ast = { version = "0.1.0", path = "../ast" }