Merge pull request #1377 from GyulyVGC/patch-2

Added Sniffnet to Rust resources
This commit is contained in:
Sammy Hori 2024-10-19 22:07:00 +01:00 committed by GitHub
commit 5c917433a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1903,6 +1903,15 @@
],
"description": "Veloren is a multiplayer voxel RPG written in Rust."
},
{
"name": "Sniffnet",
"link": "https://github.com/GyulyVGC/sniffnet",
"label": "good-first-issue",
"technologies": [
"Rust"
],
"description": "Application to comfortably monitor network traffic."
},
{
"name": "Twitter Util",
"link": "https://github.com/twitter/util",