summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2024-01-05 21:56:57 -0500
committerHubert Figuière <hub@figuiere.net>2024-01-05 21:57:06 -0500
commit3a293cfa8ee5a6293ef41f665745852cc1002f36 (patch)
tree80bbf6236bf5655e514891f63228937c48f464f5
parentf3f7d7b3ac1a63e0ff7baceffd57c22c93111c68 (diff)
cargo: Fix the README name in the Cargo.toml
Signed-off-by: Hubert Figuière <hub@figuiere.net>
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1cc8b0e..309fe44 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ 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"
+readme = "README"
rust-version = "1.64"