[package] name = "hdiutil" version = "0.1.1" edition = "2021" authors = ["yanchan09 "] repository = "https://codeberg.org/yanchan09/hdiutil" license = "0BSD" categories = ["command-line-utilities"] description = "A command-line tool for working with and mounting PC-9800 HDI disk images" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.70" argh = "0.1.10" binread = "2.2.0" camino = "1.1.4"