mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
15 lines
259 B
TOML
15 lines
259 B
TOML
[package]
|
|
name = "blog_os"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
default-run = "blog_os"
|
|
|
|
[workspace]
|
|
members = ["kernel"]
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
kernel = { path = "kernel", artifact = "bin", target = "x86_64-unknown-none" }
|
|
bootloader = "0.11.3"
|