evil-captive-portal/.cargo/config.toml

15 lines
245 B
TOML
Raw Permalink Normal View History

2024-12-16 02:58:27 +01:00
[target.xtensa-esp32-none-elf]
runner = "espflash flash --monitor"
[env]
ESP_LOG = "TRACE"
ESP_LOGLEVEL = "TRACE"
[build]
rustflags = ["-C", "link-arg=-nostartfiles"]
target = "xtensa-esp32-none-elf"
[unstable]
build-std = ["alloc", "core"]