aigitcommit/
lib.rs

1/*
2 * Copyright (c) 2025 Hangzhou Guanwaii Technology Co,.Ltd.
3 *
4 * This source code is licensed under the MIT License,
5 * which is located in the LICENSE file in the source tree's root directory.
6 *
7 * File: lib.rs
8 * Author: mingcheng (mingcheng@apache.org)
9 * File Created: 2025-03-01 21:56:02
10 *
11 * Modified By: mingcheng (mingcheng@apache.org)
12 * Last Modified: 2025-03-03 19:36:07
13 */
14
15pub mod cli;
16pub mod git;
17pub mod openai;