etchlord 0.1.0

A utility to write disk images to block devices and adjust them as necessary.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "etchlord"
version = "0.1.0"
edition = "2021"
authors = ["Simon de Vlieger <cmdr@supakeen.com>"]
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"