learn-hieroglyphs/Cargo.toml

18 lines
371 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]
gtk = { version = "0.8.1", package = "gtk4", features = ["v4_12"] }
2024-03-27 11:27:15 +03:00
2024-03-11 22:37:13 +03:00
rand = "0.8.5"
2024-04-05 19:04:46 +03:00
rusqlite = "0.31.0"
sha256 = "1.5.0"
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"