generate corpus to fuzz on with meson

This commit is contained in:
John Turner
2025-11-16 21:57:40 +00:00
parent 424bd9d072
commit b360132b99
5 changed files with 88 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ project(
)
rust = import('rust')
fs = import('fs')
mon = dependency('mon-0.1-rs')
get = dependency('get-0.1-rs')