[package] name = "shoco-rs" repository = "https://github.com/ajmwagar/shoco-rs" description = "Rust bindings to Shoco" readme = "README.md" license = "MIT" version = "0.1.1" authors = ["Avery Wagar "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] shoco-sys = { version = "1", path = "shoco-sys" }