summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2024-01-05 19:26:11 -0500
committerHubert Figuière <hub@figuiere.net>2024-01-05 19:28:56 -0500
commitf3f7d7b3ac1a63e0ff7baceffd57c22c93111c68 (patch)
tree11078c69eae386bed9034622d4b4d073fd98bd45
parent59d951a52b5466336305131deb33c7984ca87397 (diff)
release: 0.4.0-alpha.0libopenraw-0.4.0-alpha.0
- Update Cargo.toml to sync with libopenraw-rs Signed-off-by: Hubert Figuière <hub@figuiere.net>
-rw-r--r--Cargo.toml7
-rw-r--r--NEWS2
2 files changed, 8 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2ca9247..1cc8b0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,13 @@ version = "0.4.0-alpha.0"
edition = "2018"
default-run = "ordiag"
build = "build.rs"
+description = "Digital camera RAW file processing"
+repository = "https://gitlab.freedesktop.org/libopenraw/libopenraw"
+homepage = "https://libopenraw.freedesktop.org/libopenraw/"
+license = "LGPL-3.0-or-later"
+keywords = [ "image", "photography", "file_format", "graphics" ]
+documentation = "https://docs.rs/crate/libopenraw/"
+readme = "README.md"
rust-version = "1.64"
diff --git a/NEWS b/NEWS
index 675e17a..5426fb3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-libopenraw 0.4.0-alpha.0 - 2024/01/04
+libopenraw 0.4.0-alpha.0 - 2024/01/05
THIS IS A PRE-RELEASE.