poppin/.cargo/config.toml

8 lines
165 B
TOML
Raw Normal View History

2024-05-23 18:39:00 +00:00
[unstable]
bindeps = true
2024-06-10 20:57:38 +00:00
build-std = ["core", "compiler_builtins", "alloc"]
2024-05-23 18:39:00 +00:00
build-std-features = ["compiler-builtins-mem"]
[build]
target = "x86_64-unknown-none"