magnetar/magnetar_mmm_parser/Cargo.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 }