Cargo.toml 352 B

1234567891011121314
  1. [package]
  2. name = "shellc0der"
  3. version = "0.1.0"
  4. authors = ["Marius Schwarz <marius.schwarz97@gmail.com>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. keystone = { git = "https://github.com/keystone-engine/keystone"}
  9. capstone = "0.7.0"
  10. hex = "0.4.2"
  11. rand = "0.8.1"