How can I use loco-rs with workspace resolver=2? #460
Unanswered
lonelyhentxi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
can you please create a sample project that reproduces the issue and put it somewhere on github? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a cargo workspace with
resolver = "2"
and loco-rs projects in<workspace-root>/crates/loco-appn
, but it seems can not support the kind of project structure now, for examples:<workspace-root>/config/<environment.yaml>
, so have to set environment likeloco-appn.development
run -p loco-appn --bin loco-appn-cli -- --environment loco-appn.development
to enablecargo loco-appn start
, but still not supportloco generate
etc, as files will be generated to<workspace-root>/src/xxx
Is there any plan to support cargo workspace?
Beta Was this translation helpful? Give feedback.
All reactions