This commit is contained in:
2026-04-16 19:34:45 +03:00
parent 1e1d9a9935
commit 91de200b91
5 changed files with 235 additions and 256 deletions

View File

@@ -1,10 +1,10 @@
[package]
name = "ae_anons"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license = "MIT"
license-file = "LICENSE"
authors = ["Your Name <a.barabanov@tvstart.ru>"]
authors = ["Alexey Barabanov <a.barabanov@tvstart.ru>"]
description = "Automated Nexrender job generator from Synology Office spreadsheets"
repository = "https://git.tvstart.ru/lexx/AE_Anons"
readme = "README.md"
@@ -26,6 +26,7 @@ futures = "0.3"
anyhow = "1.0"
log = "0.4"
env_logger = "0.11"
bytes = "1.9"
[dev-dependencies]
tokio = { version = "1.0", features = ["full", "rt-multi-thread"] }