diff options
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 f581074..fd12894 100644 --- a/.cargo/registry.toml +++ b/.cargo/registry.toml @@ -40,6 +40,9 @@ path = "src/outputs.rs" [collect.inputs] path = "src/inputs.rs" +[collect.collects] +path = "src/collects.rs" + [collect.cmds] path = "src/cmds.rs" |
