Replies: 1 comment 3 replies
-
I'm not sure I understand the question fully, I'd assume you just depend on a crate the regular way by adding it to Cargo dependencies? I don't think NCI or not matters here. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have mutiple private packages (not published on any package registry). Each one of them uses
nci
and I want crate-a to depend on crate-b. Is this possible?Beta Was this translation helpful? Give feedback.
All reactions