diff --git a/afl-fuzz/Cargo.toml b/afl-fuzz/Cargo.toml index c121475e..85360e4e 100644 --- a/afl-fuzz/Cargo.toml +++ b/afl-fuzz/Cargo.toml @@ -1,7 +1,10 @@ [package] name = "afl-fuzz" -version = "0.1.0" -edition = "2021" +version.workspace = true +homepage.workspace = true +license.workspace = true +edition.workspace = true +authors.workspace = true [dependencies] afl = "*"