mirror of
https://github.com/moghtech/komodo.git
synced 2026-08-24 16:00:18 +00:00
15 lines
374 B
TOML
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" |