Add coroutine support

This commit is contained in:
Yota Toyama
2019-04-29 15:46:01 +00:00
parent 56d2f54060
commit a63a24d4d2
8 changed files with 234 additions and 2 deletions

View File

@@ -10,6 +10,7 @@ build = "build.rs"
[dependencies]
libc = "0.2"
nix = "0.13"
[build-dependencies]
autotools = "0.2"