mirror of
https://github.com/uutils/diffutils.git
synced 2026-06-10 15:48:59 -07:00
remove old files
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
[package]
|
||||
name = "context-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"
|
||||
@@ -1,11 +0,0 @@
|
||||
[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"
|
||||
@@ -1,4 +0,0 @@
|
||||
|
||||
target
|
||||
corpus
|
||||
artifacts
|
||||
@@ -1,26 +0,0 @@
|
||||
|
||||
[package]
|
||||
name = "ed-diff-fuzz"
|
||||
version = "0.0.0"
|
||||
publish = false
|
||||
edition = "2018"
|
||||
|
||||
[package.metadata]
|
||||
cargo-fuzz = true
|
||||
|
||||
[dependencies]
|
||||
libfuzzer-sys = "0.3"
|
||||
|
||||
[dependencies.ed-diff]
|
||||
path = ".."
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
members = ["."]
|
||||
|
||||
[[bin]]
|
||||
name = "fuzz_ed"
|
||||
path = "fuzz_targets/fuzz_ed.rs"
|
||||
test = false
|
||||
doc = false
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
[package]
|
||||
name = "normal-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"
|
||||
@@ -1,4 +0,0 @@
|
||||
|
||||
target
|
||||
corpus
|
||||
artifacts
|
||||
@@ -1,16 +0,0 @@
|
||||
|
||||
[package]
|
||||
name = "normal-diff-fuzz"
|
||||
version = "0.0.0"
|
||||
publish = false
|
||||
edition = "2021"
|
||||
|
||||
[package.metadata]
|
||||
cargo-fuzz = true
|
||||
|
||||
[dependencies]
|
||||
libfuzzer-sys = "0.3"
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
members = ["."]
|
||||
@@ -1,11 +0,0 @@
|
||||
[package]
|
||||
name = "unified-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"
|
||||
Reference in New Issue
Block a user