From b2f3f22a7e0f7b251ed0ab1b036a5f987d2a1efc Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Wed, 2 Jan 2019 22:17:50 +0100 Subject: add "links" directive to Cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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 "] 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" -- cgit v1.2.3