From b458c6a38097d6165edf52f84176a5178d053ac9 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 5 Mar 2019 20:25:26 +0100 Subject: Make subpackages of os, sys and encoding --- encoding/dub.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 encoding/dub.json (limited to 'encoding/dub.json') diff --git a/encoding/dub.json b/encoding/dub.json new file mode 100644 index 0000000..9c50acd --- /dev/null +++ b/encoding/dub.json @@ -0,0 +1,9 @@ +{ + "name": "encoding", + "description": "This package provides tools to work with text encodings", + "targetType": "library", + + "dependencies": { + "tanya:meta": "*" + } +} -- cgit v1.2.3