Name executable rex instead of raw-extractor

This commit is contained in:
Jean-Claude 2024-01-01 17:14:19 +01:00
parent 53d818f8e4
commit ad183b9e7c
Signed by: jeanclaude
GPG Key ID: 8A300F57CBB9F63E
1 changed files with 6 additions and 0 deletions

View File

@ -1,7 +1,9 @@
[package]
name = "raw_extractor"
version = "0.1.0"
authors = ["Jean-Claude Graf <mail@jeanclaudegraf.ch>"]
edition = "2021"
description = "Extract embedded thumbnail from raw image file"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@ -9,3 +11,7 @@ edition = "2021"
anyhow = "1.0.77"
clap = { version = "4.4.12", features = ["derive"] }
rexiv2 = "0.10.0"
[[bin]]
name = "rex"
path = "src/main.rs"