mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
50 lines
1.1 KiB
TOML
50 lines
1.1 KiB
TOML
[package]
|
|
name = "Yoda"
|
|
version = "0.11.8"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
description = "Browser for Gemini Protocol"
|
|
keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"]
|
|
categories = ["network-programming", "gui"]
|
|
repository = "https://github.com/YGGverse/Yoda"
|
|
# homepage = "https://yggverse.github.io"
|
|
|
|
[dependencies.adw]
|
|
package = "libadwaita"
|
|
version = "0.7.1"
|
|
features = ["v1_5"]
|
|
|
|
[dependencies.gtk]
|
|
package = "gtk4"
|
|
version = "0.9.5"
|
|
features = ["gnome_46"]
|
|
|
|
[dependencies.sqlite]
|
|
package = "rusqlite"
|
|
version = "0.36.0"
|
|
|
|
[dependencies.sourceview]
|
|
package = "sourceview5"
|
|
version = "0.9.1"
|
|
|
|
[dependencies]
|
|
ansi-parser = "0.9.1"
|
|
anyhow = "1.0.97"
|
|
ggemini = "0.18.0"
|
|
ggemtext = "0.6.0"
|
|
indexmap = "2.7.0"
|
|
itertools = "0.14.0"
|
|
libspelling = "0.3.0"
|
|
maxminddb = "0.26.0"
|
|
openssl = "0.10.72"
|
|
plurify = "0.2.0"
|
|
r2d2 = "0.8.10"
|
|
r2d2_sqlite = "0.30.0"
|
|
syntect = "5.2.0"
|
|
|
|
# development
|
|
# [patch.crates-io]
|
|
# ggemini = { git = "https://github.com/YGGverse/ggemini.git" }
|
|
# ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" }
|
|
# plurify = { git = "https://github.com/YGGverse/plurify.git" }
|