mirror of
https://github.com/flibusta-apps/telegram_files_cache_server.git
synced 2025-12-06 06:35:38 +01:00
Add copy message
This commit is contained in:
@@ -3,14 +3,13 @@ name = "telegram_files_cache_server"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
[workspace]
|
||||
members = [
|
||||
"prisma-cli"
|
||||
]
|
||||
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
once_cell = "1.19.0"
|
||||
|
||||
@@ -39,3 +38,7 @@ async-stream = "0.3.5"
|
||||
minio-rsc = "0.2.2"
|
||||
tempfile = "3.10.1"
|
||||
bytes = "1.6.0"
|
||||
|
||||
teloxide = { version = "0.12.2", features = ["macros", "webhooks-axum", "cache-me", "throttle"] }
|
||||
|
||||
moka = { version = "0.12.7", features = ["future"] }
|
||||
|
||||
Reference in New Issue
Block a user