summaryrefslogtreecommitdiffstats
path: root/README.md
blob: acf3b66c6eb3da81266e2c05d8ac3f9bd877b204 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# libical-sys

Low-level Rust bindings for the [libical library](https://github.com/libical/libical).

```toml
# Cargo.toml
[dependencies]
libical-sys = "0.1.0"
```

# License

This project is licensed under the GNU Lesser General Public License, Version 3.0 ([LICENSE-LGPL3](LICENSE-LGPL3) or https://www.gnu.org/licenses/lgpl.html)