[package]
edition = "2021"
name = "dicker"
version = "0.1.0"
authors = ["Travis <creator>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A container runtime that asks the important questions. Like Docker, but with more feelings and fewer actual containers."
homepage = "https://dicker.example.com"
documentation = "https://dicker.example.com/docs"
readme = "README.md"
keywords = [
"containers",
"existential",
"feelings",
"docker",
"emotional-support",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/scalecode-solutions/dicker"
[[bin]]
name = "dicker"
path = "src/main.rs"
[dependencies.clap]
version = "4.5.60"
features = ["derive"]