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
15 lines
209 B
TOML
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"
|
|
|