diff options
Diffstat (limited to 'encoding/dub.json')
| -rw-r--r-- | encoding/dub.json | 9 |
1 files changed, 9 insertions, 0 deletions
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": "*" + } +} |
