diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-14 18:33:20 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-14 18:33:20 +0800 |
| commit | 17e7b28f162b3ed75683948144237ee17f81f7a5 (patch) | |
| tree | 9af1e089b517ba73f601b2ec9eacffbf0f6d2485 /.cargo | |
| parent | 707a1f7c747a08e2ce77df88edc1e72eae9cbebc (diff) | |
Add converter module and update documentation
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/registry.toml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |
