Cargo.toml 343 B

1234567891011121314
  1. [package]
  2. name = "rustsbi"
  3. version = "0.1.0"
  4. authors = ["luojia65 <[email protected]>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. embedded-hal = "1.0.0-alpha.1"
  9. nb = "1.0"
  10. riscv = "0.6"
  11. spin = "0.5"
  12. lazy_static = { version = "1", features = ["spin_no_std"] }