Guest User

Untitled

a guest
Dec 11th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. [package]
  2. name = "stack_string"
  3. version = "0.1.0"
  4. authors = ["Roman Proskuryakov <humbug@deeptown.org>"]
  5. edition = "2018"
  6.  
  7. [dependencies]
  8. libc = { version = "0.2", default-features = false }
  9. heapless = { version = "0.4" }
  10.  
  11. [profile.release]
  12. panic = "abort"
  13.  
  14. [profile.dev]
  15. panic = "abort"
Add Comment
Please, Sign In to add comment