about summary refs log tree commit diff
path: root/Cargo.toml
blob: e9a8b165c27da47b8f069381bc98ae7fe96439c6 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "number_of_the_day"
version = "0.0.2"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
gtk = { version = "0.8.0", package = "gtk4", features = ["v4_12"] }