You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and so forth. Basically there is an empty workspace at the root, and crates in their own directories. But this setup doesn't work well with git dependencies:
Updating git repository `https://github.com/nikomatsakis/lalrpop.git`
error: Unable to update https://github.com/nikomatsakis/lalrpop.git
Caused by:
failed to parse manifest at `/Users/nmatsakis/.cargo/git/checkouts/lalrpop-3c5328ed66fab364/master
/Cargo.toml`
Caused by:
no `package` or `project` section found.
Or maybe this setup is not recommended? I thought it was one of the expected usage patterns for workspaces though.