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"