9 lines
185 B
TOML
9 lines
185 B
TOML
|
[package]
|
||
|
name = "mmm_parser"
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
license = "MIT OR Apache-2.0"
|
||
|
|
||
|
[dependencies]
|
||
|
thiserror = { workspace = true }
|
||
|
nom = { workspace = true }
|