From 9de14384d69bd9415872cd1ba27898a7ecf7a8bd Mon Sep 17 00:00:00 2001 From: Beshr Kayali Date: Sun, 5 Jan 2020 17:33:48 +0100 Subject: [PATCH] Added package webdavclient (#1304) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 6b010f1..3cadbf9 100644 --- a/packages.json +++ b/packages.json @@ -15957,5 +15957,18 @@ "description": "Get information on files and folders in OneDrive", "license": "MIT", "web": "https://github.com/ThomasTJdev/nim_onedrive" + }, + { + "name": "webdavclient", + "url": "https://github.com/beshrkayali/webdavclient", + "method": "git", + "tags": [ + "webdav", + "library", + "async" + ], + "description": "WebDAV Client for Nim", + "license": "MIT", + "web": "https://github.com/beshrkayali/webdavclient" } ]