Guest User

Untitled

a guest
Jan 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. [package]
  2. name = "hello_world"
  3. version = "0.1.0"
  4. authors = []
  5.  
  6. [lib]
  7. name = "hello_world"
  8. path = "./lib.rs"
  9. crate-type = ["cdylib"]
  10.  
  11. [dependencies]
  12. libc = "0.2"
Add Comment
Please, Sign In to add comment