Build burrow library into iOS and macOS app

This commit adds a build script, build-rust.sh, which compiles the
burrow crate from inside of Xcode. The network extension then links
against this crate.
This commit is contained in:
Conrad Kramer 2023-04-29 15:19:46 -04:00
parent d966c0ff77
commit 4b0965b846
7 changed files with 129 additions and 4 deletions

View file

@ -50,7 +50,7 @@ jobs:
shell: bash
run: sudo apt-get install -y ${{ join(matrix.packages, ' ') }}
- name: Install Rust
uses: dtolnay/rust-toolchain@master
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
components: rustfmt