zerotier-api 0.2.0

Library for interfacing with ZeroTier
Documentation
1
2
3
4
5
6
7
8
{ pkgs ? import ./nixpkgs.nix {} }:

with pkgs;

mkShell {
  inputsFrom = lib.attrValues (import ./. { inherit pkgs; });
  RUST_MIN_STACK = 8388608;
}