Files
diffutils/Cargo.toml
T
Michael Howell 5433dc68db Initial commit
2021-02-23 22:18:58 -07:00

15 lines
224 B
TOML

[package]
name = "unified-diff"
version = "0.1.0"
authors = [
"Michael Howell <michael@notriddle.com>",
"The Rust Project Developers"
]
edition = "2018"
[[bin]]
name = "unified-diff"
[dependencies]
diff = "0.1.10"