From 094a9cea4e44e7f250784099dbaee79ee2fce56a Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Sun, 28 Jun 2020 11:52:54 +0200 Subject: [PATCH] Update the CONTRIBUTING.md file --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92f77cc..e11a730 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,10 @@ Since the author is not a native English speaker, some of the texts used in this ## Work on dependencies +### attohttpc + +Although `attohttpc` is not currently a dependency, it may replace `reqwest` which is far too big and drags a lot of dependencies. But before this could be done, it needs to allow [new root certificates to be added](https://github.com/sbstp/attohttpc/issues/71). + ### rust-openssl An improvement that would be appreciable is to add Curve 25519 support to the [openssl](https://crates.io/crates/openssl) crate.