summaryrefslogtreecommitdiff
path: root/encoding/dub.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-05-15 13:31:41 +0200
committerEugen Wissner <belka@caraus.de>2021-05-15 13:31:47 +0200
commit2c21dc34296ad9eeadae45b96a1e07853dbae84f (patch)
treec3232bc36cc406f60642eb2142d789df3c90b809 /encoding/dub.json
parentf0d8c616bb574353b2cfd81a1df91493e0accdab (diff)
downloadtanya-2c21dc34296ad9eeadae45b96a1e07853dbae84f.tar.gz
Replace the ascii module with std.ascii
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"]
-}