remove old files

This commit is contained in:
Sylvestre Ledru
2024-01-22 22:32:49 +01:00
parent 9084134f04
commit 416a4be06c
8 changed files with 0 additions and 94 deletions
-11
View File
@@ -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"
-11
View File
@@ -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"
-4
View File
@@ -1,4 +0,0 @@
target
corpus
artifacts
-26
View File
@@ -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
-11
View File
@@ -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"
-4
View File
@@ -1,4 +0,0 @@
target
corpus
artifacts
-16
View File
@@ -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 = ["."]
-11
View File
@@ -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"