hyperlane_plugin 0.1.0

A powerful plugin system for hyperlane framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "hyperlane_plugin"
version = "0.1.0"
edition = "2024"
description = "A powerful plugin system for hyperlane framework"
license = "MIT"

[lib]
path = "lib.rs"

[dependencies]
serde = { workspace = true }
tracing = { workspace = true }
hyperlane = { workspace = true }
hyperlane-utils = { workspace = true }