[package] name = "wordexp" version = "0.1.0" authors = ["Jiayi Zhao "] homepage = "https://github.com/kamiyaa/wordexp-rs" description = "Rust wrapper around wordexp c library" license = "BSD-3-Clause" edition = "2018" [dependencies] libc = "^0.2"