[dependencies.thiserror]
version = "2.0.11"
[lib]
name = "rdd"
path = "src/lib.rs"
[package]
authors = ["kadircy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["filesystem"]
description = "simple library to interact with `dd` tool"
documentation = "https://docs.rs/rdd/latest/rdd"
edition = "2021"
homepage = "https://github.com/kadircy/rdd"
keywords = ["linux", "dd", "iso", "files"]
license = "MIT"
name = "rdd"
readme = "README.md"
repository = "https://github.com/kadircy/rdd"
version = "0.1.1"
[[test]]
name = "dd_spawn_with_files"
path = "tests/dd_spawn_with_files.rs"