test with docker-api (no oficial) lib

This commit is contained in:
2023-06-12 19:43:14 +02:00
commit 2b0d2b07d1
11 changed files with 2108 additions and 0 deletions

11
meson.build Normal file
View File

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