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

chore: cargo deps using workspace=true instead of path #118

Merged
merged 1 commit into from
Mar 27, 2024
Merged

chore: cargo deps using workspace=true instead of path #118

merged 1 commit into from
Mar 27, 2024

Conversation

helio-frota
Copy link
Collaborator

Related to #117

@helio-frota
Copy link
Collaborator Author

trustify git:(workspace-path-deps) rg "\{ path \= \""
Cargo.toml
94:trustify-server = { path = "server"}
95:trustify-importer = { path = "importer"}
96:trustify-common = { path = "common" }
97:trustify-cvss = { path = "cvss" }
98:trustify-auth = { path = "common/auth", features = ["actix", "swagger"] }
99:trustify-migration = { path = "migration" }
100:trustify-entity = { path = "entity" }
101:trustify-module-graph = { path = "modules/graph" }
102:trustify-module-ingestor = { path = "modules/ingestor" }
103:trustify-module-importer = { path = "modules/importer" }
104:trustify-infrastructure = { path = "common/infrastructure" }
112:#csaf-walker = { path = "../../csaf-walker/csaf" }
113:#sbom-walker = { path = "../../csaf-walker/sbom" }
114:#walker-common = { path = "../../csaf-walker/common" }

👍

@bobmcwhirter bobmcwhirter added this pull request to the merge queue Mar 27, 2024
Merged via the queue into trustification:main with commit 1b1e2eb Mar 27, 2024
3 checks passed
@helio-frota helio-frota deleted the workspace-path-deps branch March 27, 2024 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants