diff --git a/src/routes/_projects.json b/src/routes/_projects.json index b200e5c..cb52470 100644 --- a/src/routes/_projects.json +++ b/src/routes/_projects.json @@ -1,4 +1,11 @@ [ + { + "name": "matscan", + "href": "https://github.com/mat-1/matscan", + "source": "https://github.com/mat-1/matscan", + "languages": ["rust"], + "description": "Silly Minecraft server scanner with a custom TCP stack." + }, { "name": "mat's packet debugger", "href": "https://packet.matdoes.dev",