rust-operating-system/.cargo/config

8 lines
140 B
Plaintext
Raw Normal View History

[unstable]
build-std = ["core", "compiler_builtins"]
build-std-features = ["compiler-builtins-mem"]
2019-07-09 18:44:49 -07:00
[build]
target = "x86_64_target.json"