Initial commit, part deux

This commit is contained in:
Reinout Meliesie 2024-11-20 16:32:37 +01:00
parent 4a7beace84
commit fd5ee1420c
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
10 changed files with 1463 additions and 0 deletions

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "zoodex"
version = "1.0.0"
authors = [ "Reinout Meliesie <zedfrigg@kernelmaft.com>" ]
edition = "2021"
rust-version = "1.81.0"
license = "GPL-3.0-or-later"
[dependencies]
fallible-iterator = "0.3.0"
gtk4 = { version = "0.9.2" , features = [ "v4_16" ] }
libadwaita = { version = "0.7.0", features = [ "v1_6" ] }
rusqlite = "0.32.1"