diff --git a/README.md b/README.md index 7516a9595..af618b3c8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- afl.rs logo + afl.rs logo
afl.rs

@@ -16,7 +16,7 @@ Documentation can be found in the [Rust Fuzz Book](https://rust-fuzz.github.io/b ## What does it look like? -Screen recording of afl +Screen recording of afl Screen recording of AFL running on Rust code. diff --git a/afl/Cargo.toml b/afl/Cargo.toml index 168e88d93..f3f4835ac 100644 --- a/afl/Cargo.toml +++ b/afl/Cargo.toml @@ -11,6 +11,7 @@ description = "Fuzzing Rust code with american-fuzzy-lop" repository = "https://github.com/rust-fuzz/afl.rs" homepage = "https://github.com/rust-fuzz/afl.rs" edition = "2021" +exclude = ["etc"] [build-dependencies] home = "0.5" diff --git a/cargo-afl/Cargo.toml b/cargo-afl/Cargo.toml index 6e0418df4..f226e8ed5 100644 --- a/cargo-afl/Cargo.toml +++ b/cargo-afl/Cargo.toml @@ -12,6 +12,7 @@ description = "Fuzzing Rust code with american-fuzzy-lop" repository = "https://github.com/rust-fuzz/afl.rs" homepage = "https://github.com/rust-fuzz/afl.rs" edition = "2021" +exclude = ["etc"] [build-dependencies] anyhow = { version = "1.0", features = ["backtrace"] }