Skip to content
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

feat(rust): Support workspace.members parsing for Cargo.toml analysis #5283

Closed
knqyf263 opened this issue Oct 1, 2023 Discussed in #5278 · 1 comment · Fixed by #5285
Closed

feat(rust): Support workspace.members parsing for Cargo.toml analysis #5283

knqyf263 opened this issue Oct 1, 2023 Discussed in #5278 · 1 comment · Fixed by #5285
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@knqyf263
Copy link
Collaborator

knqyf263 commented Oct 1, 2023

Description

Support workspace in Cargo.toml.

[workspace.package]
version = "2.8.1"

[workspace]
members = ["casr", "libcasr"]

It doesn't have any dependencies in workspace, all dependencies are located in members.

Discussed in #5278

@knqyf263 knqyf263 added the kind/feature Categorizes issue or PR as related to a new feature. label Oct 1, 2023
@knqyf263
Copy link
Collaborator Author

knqyf263 commented Oct 1, 2023

@anfedotoff It would be great if you help us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant