agp_datapath/pubsub/
proto.rs

1// Copyright AGNTCY Contributors (https://github.com/agntcy)
2// SPDX-License-Identifier: Apache-2.0
3
4pub mod pubsub {
5    pub mod v1 {
6        include!("gen/pubsub.proto.v1.rs");
7    }
8}