loam-build

Crates.ioloam-build
lib.rsloam-build
version0.7.0
sourcesrc
created_at2023-08-31 17:35:56.599227
updated_at2024-07-13 19:53:18.781728
descriptionA library for gathering Subcontracts and Contracts
homepage
repository
max_upload_size
id960228
size8,607
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