1// Copyright AGNTCY Contributors (https://github.com/agntcy) 2// SPDX-License-Identifier: Apache-2.0 3 4#![cfg(not(target_arch = "wasm32"))] 5 6pub mod api; 7pub mod config; 8pub mod errors; 9pub mod service;