[package]
name = "inf-parse"
version = "0.1.0"
edition.workspace = true
license.workspace = true
[lib]
path = "src/lib.rs"
[dependencies]
inf-lex = { path = "../lex" }
inf-ast = { path = "../ast" }
[package]
name = "inf-parse"
version = "0.1.0"
edition.workspace = true
license.workspace = true
[lib]
path = "src/lib.rs"
[dependencies]
inf-lex = { path = "../lex" }
inf-ast = { path = "../ast" }