[package] name = "etchlord" version = "0.1.0" edition = "2021" authors = ["Simon de Vlieger "] license = "MIT" description = "A utility to write disk images to block devices and adjust them as necessary." homepage = "https://github.com/supakeen/etchlord" repository = "https://github.com/supakeen/etchlord" readme = "README.md" categories = ["command-line-utilities"] keywords = ["disk-image", "block-device"] [dependencies] clap = { version = "4.4.6", features = ["cargo"] } env_logger = "0.10.0" log = "0.4.20"