Add registry file

This commit is contained in:
aNNiMON 2024-08-12 23:23:43 +03:00
commit 3273e7b3a7
2 changed files with 14 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# OwnLang Registry

11
registry.json Normal file
View File

@ -0,0 +1,11 @@
{
"packages": {
"telegram-bot": {
"id": "18f1894447dfa72000a83011511a817c",
"type": "gist",
"description": "Telegram Bot API client",
"version": "1.0.0",
"author": "aNNiMON"
}
}
}