(config) updated secrets and added requests to Cargo.toml

This commit is contained in:
Rorik Star Platinum 2025-11-04 19:08:40 +03:00
parent d53dadb272
commit 1ef79843e6
4 changed files with 543 additions and 29 deletions

View file

@ -33,6 +33,9 @@ build:
@echo "🔨 Building release version..."
@{{sops_run}} 'cargo build --release'
check:
@cargo check
test:
@echo "🧪 Running tests..."
@{{sops_run}} 'cargo test'