loco icon indicating copy to clipboard operation
loco copied to clipboard

add repository field

Open szabgab opened this issue 9 months ago • 2 comments

To allow Crates.io , lib.rs and the Rust Digger to link to it. See the manifest for the explanation.

szabgab avatar May 06 '24 05:05 szabgab

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

jondot avatar May 06 '24 09:05 jondot

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.

szabgab avatar May 06 '24 10:05 szabgab