An open API service indexing awesome lists of open source software.

https://github.com/staktrace/cargo-bug


https://github.com/staktrace/cargo-bug

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

STR:

1) Go into subproj2/ and run `cargo update`. Observe how the Cargo.lock file doesn't contain ipc-channel.

2) Go to the workspace root, run `mv Cargo.toml-workspace Cargo.toml` and `cargo update`. Observe how the Cargo.lock file contains ipc-channel. But all this Cargo.toml does is act as a workspace for subproj2.

y u no behave the same?!