tanya/encoding/dub.json

17 lines
226 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": [
"."
]
}