summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Breitmoser <look@my.amazin.horse>2019-01-02 22:17:50 +0100
committerVincent Breitmoser <look@my.amazin.horse>2019-01-02 22:17:50 +0100
commitb2f3f22a7e0f7b251ed0ab1b036a5f987d2a1efc (patch)
tree7190b947c79f63a7204d39f652dae31e1fdcbd3d
parenta6969efac8757cd243289e484e5805a9405727d4 (diff)
add "links" directive to Cargo.toml
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 434b9e7..da499d2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "libical-sys"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Vincent Breitmoser <look@my.amazin.horse>"]
description = "Low-level Rust bindings for the libical iCalendar library"
repository = "https://github.com/Valodim/libical-sys"
@@ -8,7 +8,7 @@ keywords = ["ical","icalendar", "ics", "libical"]
categories = ["external-ffi-bindings"]
license = "LGPL-3.0"
readme = "README.md"
-
+links = "ical"
[build-dependencies]
bindgen = "0.43"