comfy_builder_core
Run this command in a terminal, in your project's directory:
cargo add comfy-builder-core
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
comfy-builder-core = "0.0.7"
The comfy_builder_core library will be automatically available globally. Read the comfy_builder_core library documentation.
Back to the crate overview.