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: use cargo.toml metadata for build paramaters #16

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

schell
Copy link
Collaborator

@schell schell commented Nov 14, 2024

This adds a toml subcommand that parses a Cargo.toml file at a given path. Either a workspace toml or a package toml are accepted. The toml is parsed to retrieve parameters used in a cargo gpu build invocation.

Fixes #6.

Depends on

@schell schell force-pushed the feature/use-cargo-toml-metadata branch from e2ebaa3 to ea632e9 Compare November 14, 2024 07:48
@schell schell merged commit f46e031 into main Nov 14, 2024
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.

Use optional [package.metadata.rust-gpu] in Cargo.toml
1 participant