ratcurl 0.1.0

Rust bindings to libcurl for making HTTP requests, with curl-impersonate support
1
2
3
4
5
6
FROM ubuntu:16.04

RUN apt-get update
RUN apt-get install -y --no-install-recommends \
  gcc ca-certificates make libc6-dev \
  libssl-dev libcurl4-openssl-dev pkg-config