[package] name = "rust_app" version = "1.0.0" authors = ["He Sun "] build = "build.rs" [dependencies] libc = "0.2" memmap = "0.7.0" [build-dependencies] cc = "1.0"