added arm target in .toml

fixed some shit
This commit is contained in:
Philipp
2025-04-16 17:32:45 +02:00
parent 48c99b4040
commit cc42e4b231
4 changed files with 23 additions and 86 deletions

View File

@@ -12,3 +12,6 @@ serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
rocket = "0.5.1"
tokio = { version = "1.44.2", features = ["full"] }
[target.armv7-unknown-linux-gnueabihf]
linker = "arm-linux-gnueabihf-gcc"