restarting project

This commit is contained in:
2023-11-11 17:38:00 +01:00
commit 4b9580100a
19 changed files with 3664 additions and 0 deletions

16
meson.build Normal file
View File

@@ -0,0 +1,16 @@
project('test_bot',
version: '0.1.0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',
],
)
cargo_sources = files(
'Cargo.toml',
'Cargo.lock',
)
subdir('src')