overdrivenpotato / rust-psp

Rust on PSP. Panic and allocation support. Access PSP system libraries.
Other
589 stars 31 forks source link

`cargo-psp` workspace support #125

Closed zetanumbers closed 1 year ago

zetanumbers commented 2 years ago

Fixes #139 #146

Introduces workspace support, crate examples support. Also fixes --manifest-path.

Workspace changes i plan to publish as a separate PR.

zetanumbers commented 2 years ago

~Maybe should rename example packages from psp-<name>-example to <name>. I don't see any good reason to keep them like that, and it simplifies typing.~

zetanumbers commented 1 year ago

I tested this PR and it works as expected. It's ready for merge.

zetanumbers commented 1 year ago

rebase done

hatmajster commented 1 year ago

I too confirm that by using this changes with cargo psp -p <package> works with a binary package in workspace.