[console_scripts]
ipc-cache-daemon = ipc_cache.daemon:main
ipc-cache-serve = ipc_cache.serve:main
ipc-cache-worker = ipc_cache.worker:main

[vllm.general_plugins]
ipc_cache = ipc_cache.plugin:register
