mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-06 06:26:11 +01:00
11 lines
307 B
Rust
11 lines
307 B
Rust
#[allow(clippy::all, clippy::pedantic, clippy::restriction, clippy::nursery)]
|
|
#[allow(dead_code)]
|
|
pub(crate) mod lnrpc {
|
|
tonic::include_proto!("lnrpc");
|
|
}
|
|
|
|
#[allow(clippy::all, clippy::pedantic, clippy::restriction, clippy::nursery)]
|
|
pub(crate) mod routerrpc {
|
|
tonic::include_proto!("routerrpc");
|
|
}
|