loco
loco copied to clipboard
add repository field
To allow Crates.io , lib.rs and the Rust Digger to link to it. See the manifest for the explanation.
note that there are 2 "heads" for this repo 1 - workspace, which includes the loco crate, and the extras 2 - CLI, which is a standalone project
I believe it is also needed to update the main workspace
If I am not mistake the two crates handle the meta data differently. One inherits from the root Cargo.toml the other one has the data itself. Probably it would be a better idea to use the same method in all the crates.