hello-world-rust-rpi-cross-.../Cargo.toml

13 lines
301 B
TOML

[package]
name = "hello-world"
version = "0.1.0"
authors = ["Daniel Flanagan <daniel@lyte.dev>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[target.arm-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"