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

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "mrdeployer"
version = "0.1.0"
edition = "2021"
[dependencies]
docker-api = "*"
futures = "0.3"
tokio = { version = "1", features = ["full"] }
rusqlite = { version = "0.29.0", features = ["bundled"] }