stcarrez / ada-util

Ada Utility Library - Composing streams, processes, logs, serialization, encoders and more
Apache License 2.0
69 stars 14 forks source link

utilada_curl crate uses wrong curl dependency #35

Closed stcarrez closed 1 year ago

stcarrez commented 1 year ago

The utilada_curl crate is using curl as the dependency but this is for the curl command and not the libcurl.

We must add a libcurl crate and then make utilada_curl depend on it.