aboutsummaryrefslogblamecommitdiff
path: root/aero-ical/Cargo.toml
blob: 6cfe882fa103cd72c62f8e974bb9c2820fae2ea0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                                                
[package]
name = "aero-ical"
version = "0.3.0"
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
edition = "2021"
license = "EUPL-1.2"
description = "An iCalendar parser"

[dependencies]
aero-dav.workspace = true

icalendar.workspace = true
nom.workspace = true
chrono.workspace = true
tracing.workspace = true