summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json2
1 files changed, 0 insertions, 2 deletions
diff --git a/dub.json b/dub.json
index 7f21d7d..3b652b9 100644
--- a/dub.json
+++ b/dub.json
@@ -12,7 +12,6 @@
"dependencies": {
"tanya:meta": "*",
"tanya:os": "*",
- "tanya:encoding": "*",
"tanya:middle": "*",
"tanya:test": "*"
},
@@ -24,7 +23,6 @@
"subPackages": [
"./meta",
"./os",
- "./encoding",
"./middle",
"./test"
],