update deps (#9)

* ci: basic build github action

* chore: update zerotier-one api spec

* chore: update zerotier-central api spec
This commit is contained in:
Travis LaDuke
2024-11-06 19:12:27 -05:00
committed by GitHub
parent 8407b45052
commit 26205d8ea6
11 changed files with 2661 additions and 2261 deletions
+11
View File
@@ -0,0 +1,11 @@
name: test suite
on: [push, pull_request]
jobs:
test:
name: make
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: make