Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

19 lines
432 B
JSON

{
"name": "dp-thread-pool",
"version": "0.7.0",
"maintainers": "Paul Tsouchlos <developer.paul.123@gmail.com>",
"description": "dp::thread_pool - fast, lightweight C++20 thread pool.",
"homepage": "https://github.com/DeveloperPaul123/thread-pool",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}