aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0f6e92efdb238f925807e43afb923c13953cd0ea (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "calendar"
version = "0.1.0"
authors = ["Joris Guyonvarch"]
edition = "2018"

[dependencies]
gtk4 = { version = "0.3", features = ["v4_2"] }
chrono = "0.4"