From 9806605f3f81261ed7a41b38e9d3d1221dbef1aa Mon Sep 17 00:00:00 2001 From: Giuliano Bellini <100347457+GyulyVGC@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:25:05 +0100 Subject: [PATCH] Add Sniffnet to Rust resources --- data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data.json b/data.json index 28ce1de..a93e23c 100644 --- a/data.json +++ b/data.json @@ -1821,6 +1821,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",