init
This commit is contained in:
28
Cargo.toml
Normal file
28
Cargo.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[package]
|
||||
name = "telegram-exporter"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
dotenv_codegen = "0.15.0"
|
||||
dotenvy = "0.15.7"
|
||||
flate2 = { version = "1.1.2", features = ["zlib"] }
|
||||
indicatif = "0.18.0"
|
||||
inquire = "0.7.5"
|
||||
serde = { version = "1.0.219", features = ["derive"] }
|
||||
serde_json = "1.0.143"
|
||||
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"
|
||||
|
||||
[profile.release]
|
||||
codegen-units = 1
|
||||
lto = true
|
||||
opt-level = "z"
|
||||
strip = true
|
||||
panic = "abort"
|
||||
Reference in New Issue
Block a user