Files
mnote/rust/crates/storage-convex-bridge/Cargo.toml
T
2026-04-14 13:22:29 +08:00

12 lines
283 B
TOML

[package]
name = "storage-convex-bridge"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
[dependencies]
core-domain = { path = "../core-domain" }
core-protocol = { path = "../core-protocol" }
event-log = { path = "../event-log" }