mirror of
https://github.com/pezkuwichain/pez-solochain-template.git
synced 2026-04-25 11:27:57 +00:00
Update template triggered by workflow_dispatch
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
//! Substrate Node Template CLI library.
|
||||
#![warn(missing_docs)]
|
||||
|
||||
mod benchmarking;
|
||||
mod chain_spec;
|
||||
mod cli;
|
||||
mod command;
|
||||
mod rpc;
|
||||
mod service;
|
||||
|
||||
fn main() -> sc_cli::Result<()> {
|
||||
command::run()
|
||||
}
|
||||
Reference in New Issue
Block a user