Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. [package]
  2. name = "act"
  3. version = "0.1.0"
  4. authors = ["Dimitri Wayland <dimitrischeibe@gmail.com>"]
  5. description = "Act is a simple engine for making simple, text-based adventure games"
  6. homepage = "https://github.com/ichy-wayland/act"
  7. repository = "https://github.com/ichy-wayland/act"
  8. readme = "README.md"
  9. keywords = ["terminal","adventure","game","engine"]
  10. license = "Apache-2.0"
  11.  
  12. [dependencies]
  13. rustc-serialize = "0.3"
  14.  
  15. [target]
  16.  
  17. [[bin]]
  18. name = "act"
  19. doc = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement