12 lines
231 B
TOML
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" }
|