Skip to content

Commit

Permalink
add license to fuzz crate (satisfy cargo-deny)
Browse files Browse the repository at this point in the history
  • Loading branch information
thvdveld committed Jan 10, 2025
1 parent cf4aac4 commit 5375c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "fuzz"
version = "0.0.0"
publish = false
edition = "2021"
license = "MIT OR Apache-2.0"

[package.metadata]
cargo-fuzz = true
Expand Down

0 comments on commit 5375c09

Please sign in to comment.