mirror of https://github.com/YGGverse/Yoda.git
phpcomposergeminigemini-protocolsmallwebaltwebyodagtk3browsergtkphp-gtkgemini-clientyoda-browserphp-cppgemini-browser
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.
18 lines
430 B
18 lines
430 B
[package] |
|
name = "Yoda" |
|
version = "0.2.0" |
|
edition = "2021" |
|
license = "MIT" |
|
readme = "README.md" |
|
description = "Yoda - Browser for Gemini protocol" |
|
keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"] |
|
repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4" |
|
# homepage = "https://yggverse.github.io" |
|
|
|
[dependencies] |
|
sqlite = "0.36.1" |
|
|
|
[dependencies.gtk] |
|
package = "gtk4" |
|
version = "0.9.1" |
|
features = ["v4_8"]
|
|
|