mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
This brindgs connlib from its own separated repo to firezone's monorepo.
On top of bringing connlib we also add and unify the Dockerfile for all
rust binaries and add a docker-compose that can run a headless client, a
relay and a gateway which eventually will test the whole flow between a
client and a resource. For this to work we also incorporated some elixir
scripts to generate portal tokens for those components.
17 lines
367 B
TOML
17 lines
367 B
TOML
[toolchain]
|
|
channel = "1.70.0"
|
|
components = ["rustfmt", "clippy"]
|
|
targets = [
|
|
"x86_64-unknown-linux-musl",
|
|
"x86_64-linux-android",
|
|
"arm-linux-androideabi",
|
|
"aarch64-linux-android",
|
|
"armv7-linux-androideabi",
|
|
"i686-linux-android",
|
|
"aarch64-apple-ios-sim",
|
|
"aarch64-apple-ios",
|
|
"aarch64-apple-darwin",
|
|
"x86_64-apple-ios",
|
|
"x86_64-apple-darwin",
|
|
]
|