This commit is contained in:
2025-08-26 10:52:28 +04:00
commit c44751a91e
10 changed files with 1612 additions and 0 deletions

15
Cargo.toml Normal file
View File

@@ -0,0 +1,15 @@
[package]
name = "telegram-exporter"
version = "0.1.0"
edition = "2024"
[dependencies]
dotenvy = "0.15.7"
tdlib-rs = { version = "1.1.0", features = ["pkg-config"] }
tokio = { version = "1.47.1", features = ["full"] }
[build-dependencies]
tdlib-rs = { version = "1.1.0", features = ["pkg-config"] }
[package.metadata.system-deps]
tdjson = "1.8.29"