dockpack 0.1.5

Command line tool for unpacking files from Docker images
[[bin]]
name = "dockpack"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[dependencies.core-dockpack]
version = "0.1.3"

[dependencies.uuid]
features = ["v4"]
version = "1.11.0"

[package]
authors = ["Maxwell Flitton maxwellflitton@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Command line tool for unpacking files from Docker images"
edition = "2021"
license = "MIT"
name = "dockpack"
readme = "README.md"
version = "0.1.5"