This commit is contained in:
2024-04-27 21:39:15 +02:00
commit a510394d02
7 changed files with 1145 additions and 0 deletions

11
meson.build Normal file
View File

@@ -0,0 +1,11 @@
project('netjailers', 'rust',
version: '0.1.0',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
subdir('src')