mirror of
https://github.com/kristoferssolo/tg-relay-rs.git
synced 2026-02-04 06:42:09 +00:00
refactor(instagram): organize files
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user