Init. Add matrix-ping-pong

This commit is contained in:
Nazrin 2024-03-31 23:10:32 +00:00
commit e0ddc61e75
8 changed files with 533 additions and 0 deletions

14
matrix-ping-pong/dub.json Normal file
View file

@ -0,0 +1,14 @@
{
"authors": [
"nazrin"
],
"copyright": "Copyright © 2024, nazrin",
"dependencies": {
"vibe-d:data": "~>0.10.0",
"vibe-d:web": "~>0.10.0",
"vibe-http": "~>1.0.0"
},
"description": "Matrix ping-pong bot",
"license": "MPL-2.0",
"name": "matrix-ping-pong"
}