Cargo.toml 350 B

123456789101112
  1. [package]
  2. name = "util"
  3. description = "Util library"
  4. version = "0.1.0"
  5. edition = "2021"
  6. publish = false
  7. [dependencies]
  8. good_memory_allocator = "0.1"
  9. log = { version = "0.4", default-features = false }
  10. # Wait for release > 3.0.1
  11. qemu-exit = { git = "https://github.com/rust-embedded/qemu-exit.git", rev = "3cee0efb5c1842b5261850c57b3b4d608542ff03" }