cogs_mirror/crates/parser/Cargo.toml

10 lines
146 B
TOML
Raw Normal View History

2024-11-11 19:29:18 +00:00
[package]
name = "cogs_parser"
version = "0.1.0"
edition = "2021"
[dependencies]
nom = "7.1.3"
2024-12-03 20:14:54 +00:00
cogs_ast.path = "../ast"
tracing.workspace = true