PHP-GTK Client for Gemini Protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
503 B

2 months ago
[package]
name = "Yoda"
2 months ago
version = "0.3.0"
2 months ago
edition = "2021"
license = "MIT"
readme = "README.md"
description = "Yoda - Browser for Gemini protocol"
keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"]
2 months ago
categories = ["network-programming", "gui"]
repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4"
# homepage = "https://yggverse.github.io"
2 months ago
[dependencies.sqlite]
package = "rusqlite"
version = "0.32.1"
[dependencies.gtk]
package = "gtk4"
version = "0.9.1"
features = ["v4_8"]