Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. [package]
  2. name = "cheat"
  3. version = "0.1.0"
  4. authors = ["Mariell Hoversholm <proximyst@proximyst.com>"]
  5. edition = "2018"
  6.  
  7. [dependencies]
  8. winapi = { version = "^0.3", features = ["std", "everything"] }
  9. libc = { version = "^0.2", features = ["use_std", "extra_traits"] }
  10. getset = "^0.0"
  11. failure = "^0.1"
  12.  
  13. [lib]
  14. name = "cheat"
  15. crate-type = ["dylib"]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement