@storm-software/workspace-tools
Version:
Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.
91 lines (42 loc) • 925 B
Markdown
<!-- Generated by @storm-software/untyped -->
<!-- Do not edit this file directly -->
# Cargo Base Executor
## `outputPath`
- **Type**: `string`
- **Default**: `"dist/{projectRoot}"`
> Output Path
The output path for the build
## `package`
- **Type**: `string`
- **Default**: `"{projectRoot}/Cargo.toml"`
> Cargo.toml Path
The path to the Cargo.toml file
## `toolchain`
- **Type**: `string`
- **Default**: `"stable"`
> Toolchain
The type of toolchain to use for the build
## `target`
- **Type**: `string`
> Target
The target to build
## `allTargets`
- **Type**: `boolean`
> All Targets
Build all targets
## `profile`
- **Type**: `string`
> Profile
The profile to build
## `release`
- **Type**: `boolean`
> Release
Build in release mode
## `features`
- **Type**: `string`
> Features
The features to build
## `allFeatures`
- **Type**: `boolean`
> All Features
Build all features