Files
blog_os/.cargo/config.toml
2020-08-23 18:35:08 +02:00

12 lines
303 B
TOML

[unstable]
# build-std = ["core", "compiler_builtins"]
[build]
# target = "x86_64-blog_os.json"
[target.'cfg(target_os = "none")']
runner = "cargo run --manifest-path disk_image/Cargo.toml --bin runner --quiet"
[alias]
bootimage = "run --manifest-path disk_image/Cargo.toml --bin disk_image --quiet"