Guest User

Untitled

a guest
Mar 22nd, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. [package]
  2. name = "binary"
  3.  
  4. [lib]
  5. crate-type = ["cdylib"]
  6.  
  7. [dependencies]
  8. procedural-macro = { path = "../procedural-macro" }
  9. library = { path = "../library" } # not using the codegen feature here
Add Comment
Please, Sign In to add comment