2023-03-22 18:50:20 -04:00
|
|
|
[package]
|
|
|
|
name = "tar"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2023-03-23 12:11:02 -04:00
|
|
|
license = "GPL-3.0-only"
|
2023-03-22 18:50:20 -04:00
|
|
|
|
2023-03-23 12:11:02 -04:00
|
|
|
[dependencies]
|
2023-03-25 12:28:44 -04:00
|
|
|
deku = { workspace = true }
|
2023-03-23 14:09:18 -04:00
|
|
|
libc = "0.2"
|
2023-03-23 12:11:02 -04:00
|
|
|
thiserror = "1.0.40"
|