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.

29 lines
482 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. spin = "0.4.6"
  11. x86_64 = "0.1.2"
  12. multiboot2 = "0.3.2"
  13. bitflags = "0.9"
  14. linked_list_allocator = "0.4.2"
  15. raw-cpuid = "3.0.0"
  16. bit_field = "0.8.0"
  17. [dependencies.log]
  18. version = "0.3"
  19. default-features = false
  20. [dependencies.lazy_static]
  21. version = "0.2.9"
  22. features = ["spin_no_std"]
  23. [dependencies.once]
  24. path = "lib/once"