Arduino-Pedal-Effects/rust/.cargo/config.toml

8 lines
142 B
TOML
Raw Normal View History

2022-07-18 16:23:07 +00:00
[build]
target = "avr-atmega328p.json"
[target.'cfg(target_arch = "avr")']
runner = "ravedude uno -cb 57600"
[unstable]
build-std = ["core"]