aboutsummaryrefslogtreecommitdiff
path: root/crates/readrom/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/readrom/Cargo.toml')
-rw-r--r--crates/readrom/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/crates/readrom/Cargo.toml b/crates/readrom/Cargo.toml
new file mode 100644
index 0000000..98a5106
--- /dev/null
+++ b/crates/readrom/Cargo.toml
@@ -0,0 +1,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