15 lines
303 B
TOML
15 lines
303 B
TOML
[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]
|
|
core2.workspace = true
|
|
int-to-c-enum.workspace = true
|
|
lending-iterator.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|