diff options
Diffstat (limited to '.cargo/registry.toml')
| -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" |
