2023-02-22 08:08:47 +00:00
|
|
|
[package]
|
|
|
|
|
name = "cpio-decoder"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
2023-06-14 03:16:10 +00:00
|
|
|
[dependencies]
|
2023-07-04 10:06:49 +00:00
|
|
|
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
|
2024-06-20 16:07:27 +00:00
|
|
|
core2 = { version = "0.4", default-features = false, features = ["alloc"] }
|
2023-07-21 08:04:12 +00:00
|
|
|
lending-iterator = "0.1.7"
|