hpk/tar/Cargo.toml

11 lines
161 B
TOML

[package]
name = "tar"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-only"
[dependencies]
deku = { workspace = true }
libc = "0.2"
thiserror = "1.0.40"