From d9edd2241b5da6406eae4bfdca38773364fecbc0 Mon Sep 17 00:00:00 2001 From: XXIV <13811862+thechampagne@users.noreply.github.com> Date: Sun, 2 Apr 2023 18:04:22 +0300 Subject: [PATCH] Add rustls package --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index 7ba904c..e468428 100644 --- a/packages.json +++ b/packages.json @@ -29789,5 +29789,16 @@ "description":"Binding for rust regex library", "license":"Apache-2.0", "web":"https://github.com/thechampagne/rure-nim" + }, + { + "name":"rustls", + "url":"https://github.com/thechampagne/rustls-nim", + "method":"git", + "tags":[ + "rustls" + ], + "description":"Binding for rustls a TLS library", + "license":"Apache-2.0", + "web":"https://github.com/thechampagne/rustls-nim" } ]