Initial commit, part deux
This commit is contained in:
parent
4a7beace84
commit
fd5ee1420c
10 changed files with 1463 additions and 0 deletions
13
Cargo.toml
Normal file
13
Cargo.toml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue