From 17e7b28f162b3ed75683948144237ee17f81f7a5 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 14 Mar 2026 18:33:20 +0800 Subject: Add converter module and update documentation --- .cargo/registry.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.cargo/registry.toml') diff --git a/.cargo/registry.toml b/.cargo/registry.toml index 702ab20..d019c45 100644 --- a/.cargo/registry.toml +++ b/.cargo/registry.toml @@ -54,6 +54,9 @@ path = "src/cmds/cmd.rs" [collect.collects] path = "src/cmds/collect.rs" +[collect.converters] +path = "src/cmds/converter.rs" + [collect.inputs] path = "src/cmds/in.rs" -- cgit