loam-build

Crates.ioloam-build
lib.rsloam-build
version0.7.3
sourcesrc
created_at2023-08-31 17:35:56.599227
updated_at2024-08-05 13:39:16.772271
descriptionA library for gathering Subcontracts and Contracts
homepage
repositoryhttps://github.com/loambuild/loam/tree/main/crates/loam-build
max_upload_size
id960228
size15,226
Willem Wyndham (willemneal)

documentation

README

Loam-Build

This contains the low level tools used in loam-cli's build command AND loam-sdk-macro. Helps build any package in your workspace that is labeled as a loam package. It does this by looking through the workspace to find any crates where the Cargo.toml file indicates that this crate is a loam contract. Such crates will contain this snippet in their Cargo.toml:

[package.metadata.loam]  
contract = true

# or, equivalently
package.metadata.loam.contract = true

It will find all these dependencies and builds them in the correct order.

Commit count: 0

cargo fmt