//! JSON-RPC daemon module
//!//! Provides a daemon mode for spotify-cli that exposes JSON-RPC 2.0
//! over Unix sockets, enabling control from editors and other applications.
pubmoddispatch;pubmodevents;pubmodprotocol;pubmodserver;pubuseprotocol::{RpcNotification, RpcRequest, RpcResponse};pubuseserver::{Server, ServerConfig};