[build]
target-dir = "build/cargo_target"
rustflags = [
  "-Wclippy::ptr_as_ptr",
  "-Wclippy::undocumented_unsafe_blocks",
  "-Wclippy::cast_lossless",
  "-Wclippy::cast_possible_wrap",
  "-Wclippy::cast_sign_loss",
  "-Wmissing_debug_implementations",
  "-Wclippy::exit",
]

[net]
git-fetch-with-cli = true
