SuperCuber
SuperCuber
Windows 10, `cargo 1.56.0 (4ed5d137b 2021-10-04)` I copied `.cargo/config` to my project, and the `pico_blinky.rs` example to my `main.rs`, then ran `cargo run` from the root of the project. dependencies...
@9names thanks a lot, that works! Time to mess around with it :D
Is there a reason those two PRs weren't accepted yet? 🙏 they have been open for months and seem pretty simple
Sounds like a good idea. I'll check this out over the next couple of days and give feedback :)
Couple thoughts: - `dotter init` can be deleted as it's just a worse version of this - A simple list of checkboxes doesn't capture the `depends` relations between the packages....
> there's no way to determine if a package is enabled because it's explicitly mentioned in the local.toml or because it's the dependencies of another package. Pretty sure that would...
Make sure you test dependency cycles :)
I'm back from the underworld! I think this is going in the right direction but it's not what I imagined. If I think about package managers I know, they have...
That would be great :D
Looks amazing! I'll have a look through the code once I have some free time, in the meantime please run `cargo fmt` and fix `cargo clippy`'s warnings :)