- Исправил печать jpg; Добавил сокращения: сборка cargo br

This commit is contained in:
2026-09-07 13:25:13 +03:00
parent ee199f5486
commit 07b5332599
4 changed files with 233 additions and 35 deletions

5
.cargo/config.toml Normal file
View File

@ -0,0 +1,5 @@
[alias]
b = "build --release"
br = "build --release"
r = "run --release"