1 2 3 4 5 6 7 8 9 10
[package] name = "libcapstone" version = "0.1.1" authors = ["th0rex"] description = "Rusty wrapper around libcapstone-sys" license = "MIT" repository = "https://github.com/th0rex/libcapstone" [dependencies] libcapstone-sys = "0.3"