diff options
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..7f8c45b --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,8 @@ +[build] +target = "avr-atmega328p.json" + +[unstable] +build-std = ["core"] + +[target.'cfg(target_arch = "avr")'] +runner = "./uno-runner.sh" |
