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