summaryrefslogtreecommitdiff
path: root/encoding/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'encoding/dub.json')
-rw-r--r--encoding/dub.json17
1 files changed, 0 insertions, 17 deletions
diff --git a/encoding/dub.json b/encoding/dub.json
deleted file mode 100644
index 717656e..0000000
--- a/encoding/dub.json
+++ /dev/null
@@ -1,17 +0,0 @@
-{
- "name": "encoding",
- "description": "This package provides tools to work with text encodings",
- "targetType": "library",
-
- "dependencies": {
- "tanya:meta": "*"
- },
-
- "sourcePaths": [
- "."
- ],
- "importPaths": [
- "."
- ],
- "dflags-dmd": ["-dip1000"]
-}