Правки в оформлении

This commit is contained in:
2026-04-16 15:39:08 +03:00
parent 4f00554147
commit 0d4b81a34a
3 changed files with 45 additions and 1 deletions

View File

@@ -2,6 +2,14 @@
name = "ae_anons"
version = "0.1.0"
edition = "2021"
license = "MIT"
license-file = "LICENSE"
authors = ["Your Name <a.barabanov@tvstart.ru>"]
description = "Automated Nexrender job generator from Synology Office spreadsheets"
repository = "https://git.tvstart.ru/lexx/AE_Anons"
readme = "README.md"
keywords = ["nexrender", "after-effects", "synology", "automation"]
categories = ["command-line-utilities", "multimedia"]
[dependencies]
reqwest = { version = "0.12", features = ["json", "multipart", "stream"] }