[package] name = "ihex-merge" authors = ["JD Brossillon "] description = "A tool based on the ihex crate to merge ihex (intel HEX) object files into one" repository = "https://github.com/JDRobotter/ihex-merge/" readme = "README.md" keywords = ["ihex", "intel", "hex", "merge", "tool"] license-file = "LICENSE" version = "0.1.0" edition = "2021" [dependencies] clap = { version = "4.4.11", features = ["derive"] } ihex = "3.0.0"