Skip to content

Commit d239200

Browse files
Added package quic (#3044)
1 parent ccaa166 commit d239200

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35328,5 +35328,16 @@
3532835328
"description": "A super-fast Nim package manager with automatic dependency graph and parallel installation.",
3532935329
"license": "MIT",
3533035330
"web": "https://github.com/HapticX/nmr"
35331+
},
35332+
{
35333+
"name": "quic",
35334+
"url": "https://github.com/vacp2p/nim-quic",
35335+
"method": "git",
35336+
"tags": [
35337+
"quic"
35338+
],
35339+
"description": "QUIC protocol implementation",
35340+
"license": "MIT",
35341+
"web": "https://github.com/vacp2p/nim-quic"
3533135342
}
3533235343
]

0 commit comments

Comments
 (0)