fix(rust): rename gsd_parser module to forge_parser in lib.rs

Align module declaration with file rename (gsd_parser.rs → forge_parser.rs)
that was completed in the rebrand.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
ace-pm 2026-04-15 15:14:07 +02:00
parent 6e520b1db8
commit 2e6b2b8fd1

View file

@ -22,7 +22,7 @@ mod ps;
mod task;
mod text;
mod ttsr;
mod gsd_parser;
mod forge_parser;
mod image;
mod truncate;
mod json_parse;