summaryrefslogtreecommitdiff
path: root/packer/Cargo.toml
blob: 0b1beb8c844f308a37717afb1031012d3c365414 (plain)
[package]
name = "packer"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
image = "0.24"
exun = "0.2"

[[bin]]
name = "benchmark"