subrpc_core/
config.rs

1use serde::Serialize;
2
3#[derive(Debug, Serialize, Default)]
4pub struct Config {}
5
6impl Config {}