//! TorQ daemon core.
//!//! Owns the librqbit engine session, download queue, persistence, and (in the
//! next phase) the REST + SSE API. The TUI and CLI are stateless clients.
pubmodapi;pubmodconfig;pubmoddaemon;pubmodengine;pubmodlibrary;pubmodrss;pubmodwatch;pubconstAPP_NAME:&str="torq";pubconstVERSION:&str=env!("CARGO_PKG_VERSION");