forked from M-Labs/libfringe
add Cargo metadata
This commit is contained in:
parent
e47cb809f4
commit
de9e4c59d0
|
@ -1,8 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
authors = ["edef <edef@edef.eu>"]
|
authors = ["edef <edef@edef.eu>"]
|
||||||
name = "fringe"
|
name = "fringe"
|
||||||
|
description = "safe, lightweight userland context switches"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
license = "(Apache-2.0 OR MIT)"
|
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]
|
[target.'cfg(unix)'.dependencies]
|
||||||
libc = "0.2.14"
|
libc = "0.2.14"
|
||||||
|
|
Loading…
Reference in New Issue