You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
457 B

  1. [package]
  2. name = "sparkle_os"
  3. version = "0.1.0"
  4. authors = ["Erin <erin@hashbang.sh>"]
  5. [lib]
  6. crate-type = ["staticlib"]
  7. [dependencies]
  8. rlibc = "1.0"
  9. volatile = "0.2"
  10. x86 = "0.8"
  11. multiboot2 = "0.3.2"
  12. bitflags = "0.9"
  13. [dependencies.spin]
  14. git = "https://github.com/messense/spin-rs"
  15. rev = "020f1b3"
  16. [dependencies.log]
  17. version = "0.3"
  18. default-features = false
  19. [dependencies.once]
  20. path = "lib/once"
  21. [dependencies.sparkle_bump_alloc]
  22. path = "lib/alloc/bump"