[package] name = "crustacean-executable" authors = ["Kyle Mayes "] version = "0.3.1" license = "Apache-2.0" description = "A Rust bindings generator executable." repository = "https://github.com/KyleMayes/crustacean" [dependencies] clap = "2.17.1" crustacean = { version = "0.3.1", path = ".." } clippy = { version = "0.0.*", optional = true } [[bin]] name = "crustacean"