Files
logos-execution-zone/lez/programs/ping_core/Cargo.toml
T
moudyellaz 6a15eaec93 feat(cross-zone)!: have ping_receiver authorize its own peer sources
BREAKING CHANGE: ping_receiver gains a config PDA holding the deliverer and the
peer sources it accepts, ReceiverInstruction gains InitConfig, and Record takes
[source marker, config, record] instead of the record alone. Every emitter aimed
at ping_receiver must name its config account in target_accounts. The
ping_receiver and ping_sender image ids move, and a fresh genesis is required.
2026-08-10 13:30:28 +02:00

17 lines
285 B
TOML

[package]
name = "ping_core"
version = "0.1.0"
edition = "2024"
license = { workspace = true }
[lints]
workspace = true
[dependencies]
borsh.workspace = true
lee_core.workspace = true
serde = { workspace = true, features = ["alloc"] }
[dev-dependencies]
risc0-zkvm.workspace = true