Yoda/Cargo.toml

19 lines
431 B
TOML
Raw Normal View History

2024-09-18 15:54:15 +03:00
[package]
name = "Yoda"
version = "0.1.0"
edition = "2021"
2024-09-18 20:41:58 +03:00
license = "MIT"
readme = "README.md"
description = "Yoda - Browser for Gemini protocol"
keywords = ["gemini", "gemini-protocol", "browser", "client", "1965"]
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
2024-09-21 20:48:12 +03:00
[dependencies]
sqlite = "0.36.1"
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"]