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.
 
 
 

22 lines
359 B

[package]
name = "sparkle_os"
version = "0.1.0"
authors = ["Erin <erin@hashbang.sh>"]
[lib]
crate-type = ["staticlib"]
[dependencies]
rlibc = "1.0"
volatile = "0.2"
x86 = "0.8"
multiboot2 = "0.3.2"
bitflags = "0.9"
[dependencies.spin]
git = "https://github.com/messense/spin-rs"
rev = "020f1b3"
[dependencies.log]
version = "0.3"
default-features = false