From c3e29c41d0a26e02c1728929aa0636f0b4e0ff83 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 11 Sep 2023 21:36:19 +0200 Subject: [PATCH] Dub - Added dub package descriptor - Set `"targetType"` to `"library"` --- dub.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 dub.json diff --git a/dub.json b/dub.json new file mode 100644 index 0000000..7d2bf19 --- /dev/null +++ b/dub.json @@ -0,0 +1,10 @@ +{ + "authors": [ + "Tristan B. Velloza Kildaire" + ], + "copyright": "Copyright © 2023, Tristan B. Velloza Kildaire", + "description": "CoAP library for D", + "license": "LGPL v3.0", + "name": "doap", + "targetType": "library" +} \ No newline at end of file