hpk/tar/Cargo.toml
2023-03-25 12:28:44 -04:00

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"