From 41b4786f78d136a631046d512e8fca734fe07da0 Mon Sep 17 00:00:00 2001 From: LUXEY Adrien Date: Sat, 14 Aug 2021 18:08:48 +0200 Subject: [PATCH] edited README: declare system dependency to a TLS library --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3fb0f52..3be85a3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ Diplonat * Operate a global reconfiguration that associate the tuple (__local__ environment information, a __cluster__ service) * Reconfigure an external service with local info (DNS with public IP returned by the router via IGD) +## Dependencies + +The `reqwest` crate "will make use of system-native transport layer security to connect to HTTPS destinations". See [`reqwest`'s documentation](https://docs.rs/reqwest/0.9.18/reqwest/#tls) for more information. + + ## Operate You need to add the following to your nomad config file :