diff options
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/registry.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/.cargo/registry.toml b/.cargo/registry.toml index fd12894..3ebfa17 100644 --- a/.cargo/registry.toml +++ b/.cargo/registry.toml @@ -34,20 +34,20 @@ type = "crate::renderers::json_pretty::JVResultPrettyJsonRenderer" ### Auto-Collect ### #################### -[collect.outputs] -path = "src/outputs.rs" +[collect.args] +path = "src/args.rs" -[collect.inputs] -path = "src/inputs.rs" +[collect.cmds] +path = "src/cmds.rs" [collect.collects] path = "src/collects.rs" -[collect.cmds] -path = "src/cmds.rs" +[collect.inputs] +path = "src/inputs.rs" -[collect.arguments] -path = "src/arguments.rs" +[collect.outputs] +path = "src/outputs.rs" [collect.renderers] path = "src/renderers.rs" |
