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