worktrace_build/lib.rs
1// Copyright (c) 2025-present All contributors of this project
2// All contributors are listed in CONTRIBUTORS.yaml at repository root.
3//
4// WorkTrace is licensed under Mulan PSL v2.
5// You can use this software according to the terms
6// and conditions of the Mulan PSL v2.
7// You may obtain a copy of Mulan PSL v2 at:
8//
9// http://license.coscl.org.cn/MulanPSL2
10//
11// THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS,
12// WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED,
13// INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT,
14// MERCHANTABILITY OR FIT FOR A PARTICULAR PURPOSE.
15// See the Mulan PSL v2 for more details.
16//
17// 上述开源协议注释乃程序自动生成,请勿编辑
18// === Auto generated, DO NOT EDIT ABOVE ===
19
20pub mod changelog;
21pub mod license;
22pub mod packages;
23
24#[cfg(feature = "proto")]
25pub mod proto;