(refactor) more clean architecture

This commit is contained in:
Rorik Star Platinum 2025-11-05 00:10:18 +03:00
parent 0a45d6e139
commit 8a03bdee96
8 changed files with 278 additions and 53 deletions

View file

@ -15,8 +15,8 @@
sqlx-cli
openssl
pkg-config # Помогает Cargo находить системные библиотеки
zlib # Часто требуется для компиляции OpenSSL
pkg-config
zlib
];
shellHook = ''
export OPENSSL_DIR="${pkgs.openssl.dev}"