Forge
Plugins

Cargo

Plugin for building Rust (Cargo) projects

@bjb-forge/nx-cargo-project

Installation

pnpm exec forge add @bjb-forge/nx-cargo-project

Inferred Targets

build

Compiles the Rust crate with cargo build (via @monodon/rust).

Condition: All projects containing a Cargo.toml

lint

Lints the Rust crate with cargo clippy (via @monodon/rust).

Condition: All projects containing a Cargo.toml

On this page