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
The reverie repository itself currently has a single top-level Cargo.toml for the reverie library. The companion is tucked away in the companion/ subdirectory, with its own Cargo.toml.
We should restructure the repository to use cargo workspaces. That'll allow us to unify our dependencies and publish both reverie and the companion to crates.io.
The text was updated successfully, but these errors were encountered:
The reverie repository itself currently has a single top-level
Cargo.toml
for thereverie
library. Thecompanion
is tucked away in thecompanion/
subdirectory, with its ownCargo.toml
.We should restructure the repository to use cargo workspaces. That'll allow us to unify our dependencies and publish both reverie and the companion to crates.io.
The text was updated successfully, but these errors were encountered: