Yoda/Cargo.toml

21 lines
503 B
TOML
Raw Normal View History

2024-09-18 15:54:15 +03:00
[package]
name = "Yoda"
2024-10-01 17:24:36 +03:00
version = "0.3.0"
2024-09-18 15:54:15 +03:00
edition = "2021"
2024-09-18 20:41:58 +03:00
license = "MIT"
readme = "README.md"
description = "Yoda - Browser for Gemini protocol"
2024-09-27 21:26:13 +03:00
keywords = ["gemini", "gemini-protocol", "gtk", "browser", "client"]
2024-10-02 19:05:33 +03:00
categories = ["network-programming", "gui"]
2024-09-18 20:41:58 +03:00
repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4"
2024-09-24 19:12:45 +03:00
# homepage = "https://yggverse.github.io"
2024-09-18 15:54:15 +03:00
[dependencies.sqlite]
package = "rusqlite"
version = "0.32.1"
2024-09-21 20:48:12 +03:00
2024-09-18 21:27:17 +03:00
[dependencies.gtk]
package = "gtk4"
version = "0.9.1"
2024-09-21 20:48:12 +03:00
features = ["v4_8"]