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

[dependencies]
chrono = "0.4.6"
ical = "0.5.0"