[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"] }