The home for Hyperlane core contracts, sdk packages, and other infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
hyperlane-monorepo/rust/utils/loop-control/Cargo.toml

7 lines
234 B

[package]
name = "loop-control"
version = "0.1.0"
edition = "2021"
description = "A simple library which provides an easy way to breakup logic within a loop without losing the ability to pass loop control logic back."
[dependencies]