10 líneas
196 B
TOML
10 líneas
196 B
TOML
[build]
|
|
target = "x86_64-unknown-none"
|
|
|
|
[target.x86_64-unknown-none]
|
|
runner = "qemu-system-x86_64 -kernel"
|
|
|
|
[unstable]
|
|
build-std = ["core", "alloc"]
|
|
build-std-features = ["compiler-builtins-mem"]
|