v0.2.2
This commit is contained in:
20
README.md
20
README.md
@@ -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
|
||||
|
||||
```
|
||||
|
||||
## Зависимости
|
||||
|
||||
Reference in New Issue
Block a user