3
24
Fork
You've already forked krabby
0

Support parsing dependencies in Cargo.toml #8

Open
opened 2025年12月08日 00:07:33 +01:00 by bal-e · 0 comments
Owner
Copy link

src/cargo/manifest.rs needs to be extended to support parsing dependency specifications (i.e. [dependencies]). Some dependencies may be declared at the workspace level, so information about the workspace needs to be stored. We don't need to support [dev-dependencies] just yet; nor [build-dependencies], because they get very complicated.

Open questions:

  • Like #7: Should the FindManifest etc. tasks return smaller units of data?
`src/cargo/manifest.rs` needs to be extended to support parsing dependency specifications (i.e. `[dependencies]`). Some dependencies may be declared at the workspace level, so information about the workspace needs to be stored. We don't need to support `[dev-dependencies]` just yet; nor `[build-dependencies]`, because they get very complicated. Open questions: - Like #7: Should the `FindManifest` etc. tasks return smaller units of data?
Sign in to join this conversation.
No Branch/Tag specified
main
decl-macros
diagnostics
query
nameres
type-ir
scalar-lexer
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
bal-e/krabby#8
Reference in a new issue
bal-e/krabby
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?