eml-codec/Cargo.toml

19 lines
285 B
TOML
Raw Normal View History

2023-06-08 12:58:20 +00:00
[package]
name = "imf-codec"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2023-06-08 19:55:07 +00:00
[lib]
name = "imf_codec"
path = "src/lib.rs"
[[bin]]
name = "imf_parse"
path = "src/parse.rs"
2023-06-08 12:58:20 +00:00
[dependencies]
nom = "7"