[librsvg: 1/2] Cargo.toml: define most metadata




commit bfa4f5f3b371f63e28660c092f46924c6995fe23
Author: Guillaume Desmottes <guillaume desmottes be>
Date:   Wed Aug 24 09:05:12 2022 +0200

    Cargo.toml: define most metadata
    
    Cherry-picked from 
https://gitlab.gnome.org/federico/librsvg/-/commit/2fa60213da4bdde03b6e707d5f519acf29eadfc0
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/732>

 Cargo.toml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/Cargo.toml b/Cargo.toml
index aff9b08e2..2caf1402f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,12 @@
 [package]
 name = "librsvg"
 version = "2.55.0"
-authors = ["Federico Mena Quintero <federico gnome org>"]
+authors = ["Federico Mena Quintero <federico gnome org>", "Many others"]
+description = "Render SVG documents with Cairo"
+license = "LGPL-2.1-or-later"
+documentation = "https://gnome.pages.gitlab.gnome.org/librsvg/doc/librsvg/index.html";
+homepage = "https://wiki.gnome.org/Projects/LibRsvg";
+repository = "https://gitlab.gnome.org/GNOME/librsvg/";
 build = "build.rs"
 edition = "2021"
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]