mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-25 11:21:12 +00:00
26 lines
553 B
TOML
26 lines
553 B
TOML
[package]
|
|
name = "cross_zone"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[features]
|
|
# Chain-builder helpers shared by the watcher's and verifier's tests.
|
|
test-utils = []
|
|
|
|
[dependencies]
|
|
borsh.workspace = true
|
|
lee.workspace = true
|
|
lee_core.workspace = true
|
|
programs.workspace = true
|
|
common.workspace = true
|
|
cross_zone_inbox_core.workspace = true
|
|
cross_zone_marker_core.workspace = true
|
|
bridge_lock_core.workspace = true
|
|
ping_core.workspace = true
|
|
wrapped_token_core.workspace = true
|
|
hex.workspace = true
|