lssa/indexer_service/rpc/Cargo.toml
2026-01-26 23:31:28 +03:00

16 lines
321 B
TOML

[package]
name = "indexer_service_rpc"
version = "0.1.0"
edition = "2024"
[dependencies]
indexer_service_protocol = { workspace = true }
jsonrpsee = { workspace = true, features = ["macros"] }
serde_json.workspace = true
schemars.workspace = true
[features]
client = ["jsonrpsee/client"]
server = ["jsonrpsee/server"]