dht11-exporter/.cargo/config
finga 9a7f202f85
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Create the exporter
2022-05-07 22:01:45 +02:00

14 lines
293 B
Plaintext

[target.'cfg(feature = "cargo-clippy")']
rustflags = [
"-Dwarnings",
"-Dclippy::pedantic",
"-Dclippy::nursery",
"-Dclippy::cargo",
]
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"
[target.aarch64-unknown-linux-gnu]
linker = "aarch64-linux-gnu-gcc"