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

Rust support: Provide the build configuration #796

Open
a-ovchinnikov opened this issue Jan 24, 2025 · 0 comments
Open

Rust support: Provide the build configuration #796

a-ovchinnikov opened this issue Jan 24, 2025 · 0 comments
Labels
cargo Related to support of Rust and Cargo

Comments

@a-ovchinnikov
Copy link
Collaborator

In order to build a Rust package proper build configuration must be provided.
The easiest way to obtain it is to collect output from cargo vendor command and to
inject this data into project's Cargo.toml:

  • path to vendored dependencies must be added to main project's Cargo.toml in order for cargo to build it.
@a-ovchinnikov a-ovchinnikov added the cargo Related to support of Rust and Cargo label Jan 24, 2025
@a-ovchinnikov a-ovchinnikov added this to the Implement Rust support milestone Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cargo Related to support of Rust and Cargo
Projects
None yet
Development

No branches or pull requests

1 participant