init
This commit is contained in:
15
Cargo.toml
Normal file
15
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user