[package] name = "cargo-wabt" version = "0.0.1" description = "WABT as Cargo CLI" license = "MPL-2.0" authors = ["Raphael Amorim "] edition = "2021" keywords = ["cargo", "wabt", "webassembly"] categories = ["command-line-utilities", "development-tools"] documentation = "https://github.com/raphamorim/cargo-wabt#readme" repository = "https://github.com/raphamorim/cargo-wabt" include = ["src", "README.md"] [dependencies] clap = { version = "4.0.1", features = ["derive"] } wabt = "0.9.0"