sparse-flash 0.1.0

A utility for writing sparse files to a block device. It will zero out empty sections of the block device.
[dependencies.clap]
version = "3.2.15"

[dependencies.indicatif]
version = "0.16.2"

[dependencies.nix]
version = "0.24.2"

[dependencies.tar]
version = "0.4.38"

[package]
authors = ["Aiden McClelland <me@drbonez.dev>"]
description = "A utility for writing sparse files to a block device. It will zero out empty sections of the block device."
edition = "2021"
license = "MIT"
name = "sparse-flash"
readme = "README.md"
resolver = "2"
version = "0.1.0"