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
In cargo's output, package id is opaque identifier. The proper way to extract package's name, version and stuff is to look it in the packages array by the id and inspect the fields. WorkspaceMember instead splits the id. This works at the moment, but this is not guaranteed to work.