init sqlite connection

This commit is contained in:
yggverse 2024-09-21 20:48:12 +03:00
parent 49cb876749
commit 043661282c
3 changed files with 23 additions and 8 deletions

View file

@ -9,7 +9,10 @@ keywords = ["gemini", "gemini-protocol", "browser", "client", "1965"]
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"]
features = ["v4_8"]