Компилиться но не работает

This commit is contained in:
2026-05-06 17:43:44 +03:00
parent fde16de0c6
commit 576e2b68fc
9 changed files with 2567 additions and 371 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "ae_anons"
version = "0.2.6"
version = "0.3.0"
edition = "2021"
license = "MIT"
authors = ["Alexey Barabanov <a.barabanov@tvstart.ru>"]
@@ -26,6 +26,9 @@ anyhow = "1.0"
log = "0.4"
env_logger = "0.11"
bytes = "1.9"
smb = { version = "0.11.2", features = ["async"] }
async-trait = "0.1"
url = "2"
# Web server (updated to latest stable versions)
axum = "0.8.9"
@@ -50,4 +53,4 @@ codegen-units = 1
strip = true
[build-dependencies]
winres = "0.1"
winres = "0.1"