summaryrefslogtreecommitdiffstats
path: root/calendar/Cargo.toml
blob: 1ab2d69cbb5dde591bc288d53da69584c36b7132 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "calendar"
version = "0.1.0"
edition = "2021"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.11", features = ["blocking", "json"] }
regex = "1.10"
tempfile = "3.8"
anyhow = "1.0"