Files
low-level-programming/ferrocyanide/Cargo.toml
greg 6b8db9e998 Give the OS a name
I'm gonna give my toy os the name "Ferrocyanide" (becuase I was watching
the Cody's Lab video where he drank cyanide earlier today). Also move
all relevant files to new directory
2017-03-25 21:42:03 -07:00

15 lines
209 B
TOML

[package]
name = "rust_kernel"
version = "0.1.0"
authors = ["yo"]
[lib]
crate-type = ["staticlib"]
[dependencies]
rlibc = "*"
[dependencies.multiboot2]
git = "https://github.com/phil-opp/multiboot2-elf64"