[package] name = "efp" version = "0.1.0" edition = "2021" authors = ["David Park "] description = "Elf File Parser" repository = "https://github.com/dpjungmin/efp" license = "MIT" keywords = ["elf", "parser", "binary"] [dependencies] thiserror = "1.0.30"