csvcompare/Cargo.toml

14 lines
386 B
TOML

[package]
name = "csvcompare"
version = "1.0.1"
edition = "2018"
description = "compare two files in csv format"
license = "MIT OR Apache-2.0"
authors = ["Mathias Rothenhäusler <safemind@posteo.net"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.3.19", features = ["derive"] }
colored = "2.0.4"