tailscale-client 0.1.5

A Tailscale client library for Rust
Documentation
1
2
3
4
5
6
7
.PHONY: test build_test_image

test:
	cargo test -- --nocapture

build_test_image:
	docker build -t my-tailscale:latest . -f Dockerfile.test