Files
diffutils/Cargo.toml
T
Michael Howell 765137a137 Release 0.1.2
2021-02-25 00:52:40 -07:00

18 lines
381 B
TOML

[package]
name = "unified-diff"
version = "0.1.2"
authors = [
"Michael Howell <michael@notriddle.com>",
"The Rust Project Developers"
]
edition = "2018"
description = "An implementation of the GNU unified diff format"
license = "MIT OR Apache-2.0"
repository = "https://github.com/notriddle/rust-unified-diff"
[[bin]]
name = "unified-diff"
[dependencies]
diff = "0.1.10"