diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-05-15 13:31:41 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-05-15 13:31:47 +0200 |
| commit | 2c21dc34296ad9eeadae45b96a1e07853dbae84f (patch) | |
| tree | c3232bc36cc406f60642eb2142d789df3c90b809 /encoding/dub.json | |
| parent | f0d8c616bb574353b2cfd81a1df91493e0accdab (diff) | |
| download | tanya-2c21dc34296ad9eeadae45b96a1e07853dbae84f.tar.gz | |
Replace the ascii module with std.ascii
Diffstat (limited to 'encoding/dub.json')
| -rw-r--r-- | encoding/dub.json | 17 |
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"] -} |
