Add copy message

This commit is contained in:
2024-05-05 14:56:38 +02:00
parent 3b565e693a
commit 6aa0d2d4bb
6 changed files with 596 additions and 20 deletions

View File

@@ -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"] }