forked from gentoo-utils/gentoo-utils
add fuzzer
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
project(
|
||||
'gentoo-utils',
|
||||
'rust',
|
||||
['rust', 'cpp'],
|
||||
meson_version: '>=1.9.1',
|
||||
default_options: {'rust_std': '2024', 'rust_nightly': 'enabled'},
|
||||
)
|
||||
@@ -16,5 +16,7 @@ gentoo_utils = static_library(
|
||||
'gentoo_utils',
|
||||
'src/lib.rs',
|
||||
dependencies: [mon, get, itertools],
|
||||
link_with: [thiserror]
|
||||
link_with: [thiserror],
|
||||
)
|
||||
|
||||
subdir('tests')
|
||||
|
||||
Reference in New Issue
Block a user