[package] name = "spike-dasm-wrapper" version = "0.0.2" authors = ["msyksphinz "] repository = "https://github.com/msyksphinz-self/spike-dasm-wrapper" edition = "2018" categories = ["api-bindings", "risc-v", "riscv"] license = "MIT OR Apache-2.0" readme = "README.md" description = "RISC-V instruction disassembler based on spike-dasm." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [build-dependencies] cc = "1.0"