rust-mobile / cargo-subcommand

Library for implementing cargo subcommands
6 stars 6 forks source link

Provide workspace manifest path in `Subcommand` #24

Closed MarijnS95 closed 1 year ago

MarijnS95 commented 1 year ago

Depends on #23

Especially with the new [workspace.package] values, cargo-apk would like to know the path of the workspace that was found for the requested package, so that cargo-apk can scan it for values to inherit.