mirror of
https://github.com/logos-blockchain/logos-execution-zone.git
synced 2026-08-25 11:21:12 +00:00
BREAKING CHANGE: WrappedTokenConfig and ReceiverConfig gain an authority field and CrossZoneConfig gains source_authority, so the config layouts change and every program image id moves.
14 lines
251 B
TOML
14 lines
251 B
TOML
[package]
|
|
name = "wrapped_token_program"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
license = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
cross_zone_marker_core.workspace = true
|
|
lee_core.workspace = true
|
|
wrapped_token_core.workspace = true
|