[build]
rustflags = [
  # Kernel should preserve floating-point registers
  "-Csoft-float",
]

[unstable]
build-std = ["core", "alloc", "compiler_builtins"]
build-std-features = ["panic-unwind"]
