mirror of
https://github.com/uutils/diffutils.git
synced 2026-06-10 15:48:59 -07:00
Add ed-formatted diff
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
[package]
|
||||
name = "normal-diff"
|
||||
version = "0.3.0"
|
||||
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"
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
[package]
|
||||
name = "normal-diff-fuzz"
|
||||
version = "0.0.0"
|
||||
authors = ["Automatically generated"]
|
||||
publish = false
|
||||
edition = "2018"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user