From de9e4c59d0c2c37b01d0d851ea05a7b01b11ef7a Mon Sep 17 00:00:00 2001 From: edef Date: Tue, 30 Aug 2016 13:46:29 -0400 Subject: [PATCH] add Cargo metadata --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index e0bab9a..e34227b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] authors = ["edef "] name = "fringe" +description = "safe, lightweight userland context switches" version = "0.0.1" license = "(Apache-2.0 OR MIT)" +homepage = "https://github.com/edef1c/libfringe" +repository = "https://github.com/edef1c/libfringe" +documentation = "https://edef1c.github.io/libfringe" [target.'cfg(unix)'.dependencies] libc = "0.2.14"