(refactor) AppState to state mod

This commit is contained in:
Rorik Star Platinum 2025-11-05 00:47:34 +03:00
parent 8a03bdee96
commit 5b3c2d4ec7
6 changed files with 92 additions and 14 deletions

4
src/api.rs Normal file
View file

@ -0,0 +1,4 @@
// src/api.rs
// Объявляет клиенты для работы с внешними API
pub mod banking; // Наш HTTP клиент к банковским API