tanya/encoding/dub.json

18 lines
255 B
JSON
Raw Normal View History

{
"name": "encoding",
"description": "This package provides tools to work with text encodings",
"targetType": "library",
"dependencies": {
"tanya:meta": "*"
},
"sourcePaths": [
"."
],
"importPaths": [
"."
2019-04-15 06:42:57 +02:00
],
2019-04-16 07:20:52 +02:00
"dflags-dmd": ["-dip1000"]
}