Guest User

Untitled

a guest
Jan 19th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. [package]
  2. name = "waker"
  3. version = "0.1.0"
  4. authors = ["Thomas de Zeeuw <thomasdezeeuw@gmail.com>"]
  5. edition = "2018"
  6.  
  7. [dependencies]
  8. crossbeam-channel = "0.3.6"
  9.  
  10. [dev-dependencies]
  11. criterion = "0.2"
  12.  
  13. [lib]
  14. name = "waker"
  15. path = "lib.rs"
  16.  
  17. [[bench]]
  18. name = "waker"
  19. path = "bench.rs"
  20. harness = false
Add Comment
Please, Sign In to add comment