summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 434b9e70159df0a83d00a0a522e9162e25767ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "libical-sys"
version = "0.1.0"
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"
readme = "README.md"


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