From f3f7d7b3ac1a63e0ff7baceffd57c22c93111c68 Mon Sep 17 00:00:00 2001 From: Hubert Figuière Date: Fri, 5 Jan 2024 19:26:11 -0500 Subject: release: 0.4.0-alpha.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update Cargo.toml to sync with libopenraw-rs Signed-off-by: Hubert Figuière --- Cargo.toml | 7 +++++++ NEWS | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3