dex_protocol/lib.rs
1// Copyright (c) 2026 Super Durable, Inc.
2//
3// Licensed under the Super Durable Source License 1.0.
4// You may not use this file except in compliance with the License.
5// See the LICENSE file in the repository root.
6//
7// SPDX-License-Identifier: LicenseRef-Super-Durable-1.0
8
9#![allow(clippy::doc_markdown, clippy::large_enum_variant)]
10
11/// Generated Dex protocol.
12pub mod dex {
13 tonic::include_proto!("dex");
14}