aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5587f32e49edb3a8d20157ed2731ab22879d1faa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[package]
name = "icaltool"
version = "0.1.0"
authors = ["haraldei"]
edition = "2018"

[dependencies]
chrono = "0.4.6"
ical = "0.7.0"
regex = "1.1.0"