1// SPDX-FileCopyrightText: 2024-2025 The n5i Project 2// 3// SPDX-License-Identifier: AGPL-3.0-or-later 4 5pub mod api { 6 tonic::include_proto!("n5i_plugin"); 7} 8 9#[cfg(feature = "runtime")] 10pub mod runtime;