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.

26 lines
430 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. linked_list_allocator = "0.4.2"
  14. [dependencies.spin]
  15. git = "https://github.com/messense/spin-rs"
  16. rev = "020f1b3"
  17. [dependencies.log]
  18. version = "0.3"
  19. default-features = false
  20. [dependencies.once]
  21. path = "lib/once"