[package] name = "cpio-decoder" version = "0.1.0" edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] int-to-c-enum = { path = "../../libs/int-to-c-enum" } core2 = { version = "0.4", default-features = false, features = ["alloc"] } lending-iterator = "0.1.7" [lints] workspace = true