9 releases

0.7.3 Aug 5, 2024
0.7.2 Jul 13, 2024
0.7.0 May 23, 2024
0.6.5 Sep 2, 2023
0.1.0 Aug 31, 2023

#114 in #workspace

Download history 43/week @ 2024-07-20 59/week @ 2024-07-27 156/week @ 2024-08-03 32/week @ 2024-08-10 23/week @ 2024-08-17 20/week @ 2024-08-24 14/week @ 2024-08-31 12/week @ 2024-09-07 36/week @ 2024-09-14 83/week @ 2024-09-21 52/week @ 2024-09-28 9/week @ 2024-10-05 30/week @ 2024-10-12 10/week @ 2024-10-19 8/week @ 2024-10-26 16/week @ 2024-11-02

64 downloads per month
Used in 13 crates (3 directly)

Apache-2.0

14KB
175 lines

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.

Dependencies

~1–1.9MB
~39K SLoC