Replace the ascii module with std.ascii

This commit is contained in:
2021-05-15 13:31:41 +02:00
parent f0d8c616bb
commit 2c21dc3429
8 changed files with 3 additions and 543 deletions

View File

@ -12,7 +12,6 @@
"dependencies": {
"tanya:meta": "*",
"tanya:os": "*",
"tanya:encoding": "*",
"tanya:middle": "*",
"tanya:test": "*"
},
@ -24,7 +23,6 @@
"subPackages": [
"./meta",
"./os",
"./encoding",
"./middle",
"./test"
],