blob: 0fcfa3e89a4cb8162fc14ee769a006333f20987a [file] [log] [blame]
[package]
name = "libformat_parser"
version = "0.1.0"
edition = "2021"
[workspace]
members = [
"generic_format_parser",
]
[dependencies]
libc = "0.2"
generic_format_parser = { path = "generic_format_parser" }
[lib]
crate_type = ["staticlib", "rlib"]
[[bin]]
name = "format_parser_test"
path = "src/bin.rs"