aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 5d758b738a48869ec71d9f9f4c5a8f234ce3e179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "calendar"
version = "0.1.0"
authors = ["Joris Guyonvarch"]
edition = "2021"

[dependencies]
anyhow = "1.0"
async-channel = "1.6"
chrono = { version = "0.4", features = [ "serde" ] }
gtk4 = { version = "0.3", features = [ "v4_2" ] }
rusqlite = { version = "0.26", features = [ "chrono" ] }
rusqlite_migration = "0.5"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
structopt = "0.3"
uuid = { version = "0.8", features = [ "v4" ] }