ratcurl 0.1.0

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

RUN yum update -y
RUN yum install -y \
  gcc ca-certificates make \
  openssl-devel \
  pkgconfig