13 lines
237 B
TOML
13 lines
237 B
TOML
[package]
|
|
name = "mkoverlay"
|
|
version = "1.6.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[dependencies]
|
|
clap = {version = "4.5.27", features = ["derive"]}
|
|
serde_json = "1.0.137"
|
|
tool_helper = {path = "../tool_helper"}
|