17 lines
226 B
JSON
17 lines
226 B
JSON
{
|
|
"name": "encoding",
|
|
"description": "This package provides tools to work with text encodings",
|
|
"targetType": "library",
|
|
|
|
"dependencies": {
|
|
"tanya:meta": "*"
|
|
},
|
|
|
|
"sourcePaths": [
|
|
"."
|
|
],
|
|
"importPaths": [
|
|
"."
|
|
]
|
|
}
|