refactor(instagram): organize files

This commit is contained in:
2025-09-19 18:26:36 +03:00
parent bae194b2bf
commit a7e5d43423
8 changed files with 354 additions and 162 deletions

View File

@@ -6,15 +6,22 @@ license = "MIT"
edition = "2024"
[dependencies]
async-trait = "0.1"
color-eyre = "0.6"
dotenv = "0.15"
futures = "0.3.31"
infer = "0.19"
once_cell = "1.21.3"
regex = "1.11"
teloxide = { version = "0.17", features = ["macros"] }
tempfile = "3"
thiserror = "2.0"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "process"] }
tokio = { version = "1", features = [
"macros",
"rt-multi-thread",
"process",
"fs",
] }
tracing = "0.1"
tracing-appender = "0.2"
tracing-bunyan-formatter = { version = "0.3", default-features = false }