feat: rename service

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2026-02-27 13:41:04 +01:00
parent 749ae245c7
commit 444c3d760b
8 changed files with 1328 additions and 107 deletions

View File

@@ -14,7 +14,7 @@ mod serve;
use serve::*;
#[derive(Parser)]
#[command(author, version, about = "SQ - Stored Queue Server", long_about = None, subcommand_required = true)]
#[command(author, version, about = "SQ - SeedQueue Server", long_about = None, subcommand_required = true)]
struct Command {
#[command(subcommand)]
command: Commands,