[package] name = "torito-rs" version = "0.1.0" edition = "2021" authors = ["koopa1338 "] license-file = "LICENSE.md" description = "extract bootable images from ISO files" repository = "https://gitlab.com/koopa1338/torito" [dependencies] byteorder = "1.5" clap = { version = "4.4.18", features = ["derive"] }