fix keywords limit

This commit is contained in:
yggverse 2024-09-27 21:26:13 +03:00
parent 8582defd44
commit 3b4490b00d

View File

@ -5,7 +5,7 @@ edition = "2021"
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
description = "Yoda - Browser for Gemini protocol" description = "Yoda - Browser for Gemini protocol"
keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client", "1965"] keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"]
repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4" repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4"
# homepage = "https://yggverse.github.io" # homepage = "https://yggverse.github.io"