From 87c01fb03cd47127b60792cb707b012bb8fcbaf7 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 18 Mar 2023 12:35:26 +0000 Subject: [PATCH] added cargo config --- .cargo/config.toml | 2 ++ Cargo.toml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..63d8428 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.armv7-unknown-linux-gnueabihf] +linker = "armv7-unknown-linux-gnueabihf-gcc" diff --git a/Cargo.toml b/Cargo.toml index 358c5bd..c027c71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,5 +15,3 @@ 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"