add Cargo metadata

master
edef 2016-08-30 13:46:29 -04:00
parent e47cb809f4
commit de9e4c59d0
1 changed files with 4 additions and 0 deletions

View File

@ -1,8 +1,12 @@
[package]
authors = ["edef <edef@edef.eu>"]
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"