mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
21 lines
503 B
TOML
21 lines
503 B
TOML
[package]
|
|
name = "Yoda"
|
|
version = "0.3.0"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
description = "Yoda - Browser for Gemini protocol"
|
|
keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"]
|
|
categories = ["network-programming", "gui"]
|
|
repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4"
|
|
# homepage = "https://yggverse.github.io"
|
|
|
|
[dependencies.sqlite]
|
|
package = "rusqlite"
|
|
version = "0.32.1"
|
|
|
|
[dependencies.gtk]
|
|
package = "gtk4"
|
|
version = "0.9.1"
|
|
features = ["v4_8"]
|