dicker 0.1.0

A container runtime that asks the important questions. Like Docker, but with more feelings and fewer actual containers.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "dicker"
version = "0.1.0"
edition = "2021"
authors = ["Travis <creator>"]
description = "A container runtime that asks the important questions. Like Docker, but with more feelings and fewer actual containers."
license = "MIT"
repository = "https://github.com/scalecode-solutions/dicker"
homepage = "https://dicker.example.com"
documentation = "https://dicker.example.com/docs"
keywords = ["containers", "existential", "feelings", "docker", "emotional-support"]
categories = ["development-tools"]
readme = "README.md"

[dependencies]
clap = { version = "4.5.60", features = ["derive"] }