[package] name = "wasmedge_process_interface" version = "0.2.1" authors = ["yiying "] edition = "2018" readme = "README.md" repository = "https://github.com/second-state/wasmedge_process_interface" license-file = "LICENSE" description = "A Rust library that provides Rust to WebAssembly developers with syntax for running commands functionality" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "wasmedge_process_interface" path = "src/lib.rs"