split/src/lib.rs

10 lines
269 B
Rust
Raw Normal View History

2023-08-17 02:32:32 +05:30
// Copyright (C) 2022 Aravinth Manivannan <realaravinth@batsense.net>
// SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
2023-08-17 02:30:57 +05:30
pub mod actor;
pub mod expense;
pub mod purchase;
pub mod strategy;