Skip to content

Commit

Permalink
Merge pull request #6 from cheriimoya/main
Browse files Browse the repository at this point in the history
Update dependencies, zerotier-central-api openapi and fix build.rs
  • Loading branch information
rcoder authored Feb 14, 2024
2 parents ba2609c + 340086f commit 8407b45
Show file tree
Hide file tree
Showing 8 changed files with 841 additions and 665 deletions.
14 changes: 14 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
with import <nixpkgs> {};
mkShell {
name = "zerotier-rust-api";
buildInputs = with pkgs; [
cacert
cargo
curl
openssl
pkg-config
];

PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";
}
Loading

0 comments on commit 8407b45

Please sign in to comment.