Update project metadata

This commit is contained in:
Vinnie Falco
2017-07-28 10:12:23 -07:00
parent 90cba35f38
commit 629872b28f
2 changed files with 4 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ Version 91:
* Rename wstest source file * Rename wstest source file
* Use fopen_s on Windows * Use fopen_s on Windows
* Fix Appveyor script * Fix Appveyor script
* Update project metadata
WebSocket: WebSocket:

View File

@@ -5,6 +5,9 @@
"Vinnie Falco" "Vinnie Falco"
], ],
"description": "Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio", "description": "Portable HTTP, WebSocket, and network operations using only C++11 and Boost.Asio",
"std": [
"C++11"
],
"category": [ "category": [
"Concurrent", "Concurrent",
"IO" "IO"