This commit is contained in:
2026-04-17 12:54:43 +03:00
parent 8721353b8d
commit bb371e1b71
9 changed files with 1024 additions and 154 deletions

View File

@@ -342,15 +342,21 @@ RUST_LOG=debug ./target/release/ae_anons
ae_anons/
├── Cargo.toml
├── LICENSE
├── assets/
│ └── logo.png
├── README.md
├── .env.example
── src/
├── main.rs # Точка входа и оркестрация приложения
├── config.rs # Управление конфигурацией
├── nexrender.rs # Генерация заданий Nexrender и структура данных
── synology.rs # Клиент API Synology
── src/
├── main.rs
├── config.rs
├── nexrender.rs
── synology.rs
│ ├── processor.rs
│ └── web.rs
├── static/
│ ├── index.html
│ └── style.css
└── assets/
└── logo.png
```
## Зависимости