terminal_magic/
lib.rs

1// Copyright (c) 2022 Patrick Amrein <amrein@ubique.ch>
2// 
3// This software is released under the MIT License.
4// https://opensource.org/licenses/MIT
5
6pub mod modules;
7pub mod git;
8pub mod models;
9pub mod prompts;
10pub mod template;