initial commit

This commit is contained in:
2024-07-15 20:24:31 +02:00
commit 5c2a75c240
12 changed files with 2431 additions and 0 deletions

11
meson.build Normal file
View File

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