[package] name = "klo-routines" version = "0.1.0" authors = ["Andrea Fioraldi "] description = "Rust cheap coroutines with libc::*context" repository = "https://github.com/andreafioraldi/klo-routines/" readme = "README.md" license = "MIT OR Apache-2.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2.98"