learn-hieroglyphs/Cargo.toml

20 lines
441 B
TOML
Raw Normal View History

2024-03-08 13:51:55 +03:00
[package]
name = "learn-hieroglyph"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-05-09 02:31:08 +03:00
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_8"] }
2024-03-27 11:27:15 +03:00
2024-03-11 22:37:13 +03:00
rand = "0.8.5"
reqwest = "0.12.4"
2024-04-05 19:04:46 +03:00
rusqlite = "0.31.0"
sha256 = "1.5.0"
tokio = { version = "1.37.0", features = ["full"] }
2024-04-01 15:42:50 +03:00
[build-dependencies]
2024-04-01 23:46:13 +03:00
dirs = "5.0.1"
2024-04-01 15:42:50 +03:00
glib-build-tools = "0.19.0"