[package] name = "atom-macho" version = "0.1.0" authors = ["AtsukiTak "] edition = "2021" license = "MIT" description = "MachO file format primitives" homepage = "https://github.com/AtsukiTak/atom-macho" repository = "https://github.com/AtsukiTak/atom-macho" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] byteorder = "1.4.3" num-traits = "0.2.14" num-derive = "0.3.3" [workspace] members = ["readmacho"]