From 0fe8ad292c559547a891a23a4bcb4e3813889f9f Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 18 Sep 2024 20:41:58 +0300 Subject: [PATCH] update package meta --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index fbcf4c24..e4aaa1a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,13 @@ name = "Yoda" version = "0.1.0" edition = "2021" +license = "MIT" +license-file = "LICENSE" +readme = "README.md" +description = "Yoda - Browser for Gemini protocol" +keywords = ["gemini", "gemini-protocol", "browser", "client", "1965"] +repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4" +homepage = "https://yggverse.github.io" [dependencies] gtk4 = { version = "0.9.1", features = ["v4_6"] }