-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
project dependency #36
Labels
tools
Tools feature
Comments
The first step will be git path based dependency. |
[dependencies]
prj1 = { git = "" }
prj2 = { git = "", rev = "" }
prj3 = { git = "", tag = "" }
prj4 = { git = "", branch = "" } |
What directory the dependencies are placed in?
|
dalance
added a commit
that referenced
this issue
Jan 23, 2023
dalance
added a commit
that referenced
this issue
Jan 23, 2023
Now direct denepdency is supported. |
dalance
added a commit
that referenced
this issue
Jan 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: