diff --git a/Cargo.toml b/Cargo.toml index c027c71..358c5bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,5 @@ r2d2_sqlite = { version = "0.21.0", features = ["bundled"] } tokio = { version = "1.21.1", features = ["full"] } serde = "1.0.145" +[target.armv7-unknown-linux-gnueabihf] +linker = "armv7-unknown-linux-gnueabihf-gcc"