Init template repo

This commit is contained in:
Lars Westermann
2021-09-03 09:52:00 +02:00
commit d2a68c5f90
7 changed files with 158 additions and 0 deletions

8
.cargo/config Normal file
View File

@ -0,0 +1,8 @@
[target.armv5te-unknown-linux-gnueabi]
linker = "/usr/bin/arm-linux-gnueabi-gcc"
[source.crates-io]
replace-with = "vendored-sources"
[source.vendored-sources]
directory = "vendor"