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