dockpack 0.1.5

Command line tool for unpacking files from Docker images
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "dockpack"
version = "0.1.5"
edition = "2021"
authors = ["Maxwell Flitton maxwellflitton@gmail.com"]
description = "Command line tool for unpacking files from Docker images"
license = "MIT"

[dependencies]
core-dockpack = { version = "0.1.3" }
# core-dockpack = { path = "../core-dockpack" }
clap = { version = "4.0", features = ["derive"] }
uuid = { version = "1.11.0", features = ["v4"] }

[[bin]]
name = "dockpack"
path = "src/main.rs"