forked from groche97/mini_admin_bot
restarting project
This commit is contained in:
16
meson.build
Normal file
16
meson.build
Normal 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')
|
||||
|
||||
Reference in New Issue
Block a user