Files
komodo/lib/docker/Cargo.toml
T
2022-11-08 02:37:37 -05:00

15 lines
374 B
TOML

[package]
name = "docker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
types = { path = "../types" }
run_command = { version = "0.0.5", features = ["async_tokio"] }
bollard = "0.13"
anyhow = "1.0"
thiserror = "1.0"
axum = "0.5"
async_timing_util = "0.1.11"