cnctd_docker 0.1.1

Methods for integrating with the Docker CLI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "cnctd_docker"
version = "0.1.1"
edition = "2021"
authors = ["Connected Dot Inc.", "Kyle Ebner <kyle@cnctd.world>"]
description = "Methods for integrating with the Docker CLI"
license = "MIT"
repository = "https://github.com/Connected-Dot/cnctd_docker"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
cnctd_shell = { version = "0.1.1", path = "../cnctd_shell" }
tokio = "1.32.0"