init/Cargo.toml

19 lines
336 B
TOML

[package]
name = "init"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hexdump = "0.1.2"
tar-no-std = "0.3.1"
vfs_rpc = { version = "0.1.0", path = "../vfs/vfs_rpc" }
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"