summaryrefslogtreecommitdiffstats
path: root/.cargo/config.toml
blob: 7f8c45b63b96369b4c5078bca17f092dfbaa8159 (plain) (blame)
1
2
3
4
5
6
7
8
[build]
target = "avr-atmega328p.json"

[unstable]
build-std = ["core"]

[target.'cfg(target_arch = "avr")']
runner = "./uno-runner.sh"