ndiff/Cargo.toml
Denis-Cosmin NUTIU d72efab833 add abort on panic
2024-10-27 14:00:16 +02:00

12 lines
231 B
TOML

[profile.release]
panic = 'abort'
[package]
name = "ndiff"
version = "0.1.0"
edition = "2021"
[dependencies]
clap = { version = "4.5.20", features = ["derive"] }
itertools = {version = "0.13.0"}
termcolor = {version = "1.4.1" }