summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 19265b833bf8dc08609d4c2ca8210c838f61a2fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libical-sys"
version = "0.1.3"
authors = ["Vincent Breitmoser <look@my.amazin.horse>"]
description = "Low-level Rust bindings for the libical iCalendar library"
repository = "https://github.com/Valodim/libical-sys"
keywords = ["ical","icalendar", "ics", "libical"]
categories = ["external-ffi-bindings"]
license = "LGPL-3.0 OR MPL-2.0"
readme = "README.md"
links = "ical"

[build-dependencies]
bindgen = "0.43"
pkg-config = "0.3"