diff-tool/Cargo.toml

11 lines
217 B
TOML
Raw Normal View History

2022-11-20 20:54:57 +00:00
[package]
name = "diff-tool"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-11-20 21:59:03 +00:00
clap = "4.0.26"
clap_derive = "4.0.21"