crimp 4087.0.0

Higher-level Rust API for cURL bindings
Documentation
1
2
3
4
5
6
7
8
9
{ depot, pkgs, ... }:

depot.third_party.naersk.buildPackage {
  src = ./.;
  buildInputs = with pkgs; [
    openssl
    pkgconfig
  ];
}