init/Cargo.toml

17 lines
261 B
TOML
Raw Normal View History

2022-11-01 12:41:57 -05:00
[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]
2024-06-06 22:01:41 -05:00
tar-no-std = "0.3.1"
2022-11-01 12:41:57 -05:00
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"