aboutsummaryrefslogtreecommitdiff
path: root/crates/readrom/Cargo.toml
blob: 98a51063f558b5ba91e1f4746285741af1c1629d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "readrom"
version = "1.0.0"
rust-version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true

[dependencies]
anyhow = "^1"
clap = { version = "^4", features = ["derive"] }
header.workspace = true