[package] name = "dtools" version = "0.1.1" edition = "2021" license = "MIT" authors = ["Volker Schwaberow "] description = "A collection of tools for working with Commodore disk images" repository = "https://github.com/vschwaberow/dtools" homepage = "https://github.com/vschwaberow/dtools" [lib] name = "d64lib" path = "src/lib.rs" [[bin]] name = "dtools" path = "src/main.rs" [dependencies] clap = { version = "4.5", features = ["derive"] } hex = "0.4.3" thiserror = "1.0"