diff options
author | Vincent Breitmoser <look@my.amazin.horse> | 2019-01-02 22:17:50 +0100 |
---|---|---|
committer | Vincent Breitmoser <look@my.amazin.horse> | 2019-01-02 22:17:50 +0100 |
commit | b2f3f22a7e0f7b251ed0ab1b036a5f987d2a1efc (patch) | |
tree | 7190b947c79f63a7204d39f652dae31e1fdcbd3d | |
parent | a6969efac8757cd243289e484e5805a9405727d4 (diff) |
add "links" directive to Cargo.toml
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |