init/Cargo.toml
2024-06-06 22:01:41 -05:00

17 lines
261 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]
tar-no-std = "0.3.1"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"