Files
diffutils/lib/ed-diff/Cargo.toml
T
2021-09-15 19:06:14 -07:00

12 lines
264 B
TOML

[package]
name = "ed-diff"
version = "0.3.0"
edition = "2018"
description = "An implementation of the GNU unified diff format"
license = "MIT OR Apache-2.0"
repository = "https://github.com/notriddle/diffutils"
exclude = [ "fuzz" ]
[dependencies]
diff = "0.1.10"