diff --git a/packages.json b/packages.json index 4c20e6c..c435e83 100644 --- a/packages.json +++ b/packages.json @@ -19631,5 +19631,18 @@ "description": "A fast and simple command line argument parser inspired by Python's argparse.", "license": "MIT", "web": "https://github.com/oliversandli/clapfn" + }, + { + "name": "packets", + "url": "https://github.com/Q-Master/packets.nim", + "method": "git", + "tags": [ + "serializtion", + "deserialization", + "marshal" + ], + "description": "Declarative packets system for serializing/deserializing and marshalling", + "license": "MIT", + "web": "https://github.com/Q-Master/packets.nim" } ]