mirror of
https://github.com/TheFunny/TelegramTwitterMediaBot.git
synced 2026-09-23 23:32:05 +00:00
Bumps [rand](https://github.com/rust-random/rand) from 0.8.8 to 0.10.2. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/0.8.8...0.10.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
29 lines
750 B
TOML
29 lines
750 B
TOML
[package]
|
|
name = "xmedia-bot"
|
|
version = "1.6.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
teloxide = { version = "0.17", default-features = false, features = ["webhooks-axum", "macros", "rustls", "ctrlc_handler"] }
|
|
tokio = { version = "1.40", features = ["rt-multi-thread", "macros", "time", "sync"] }
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
log = "0.4"
|
|
pretty_env_logger = "0.5"
|
|
dotenv = "0.15"
|
|
url = "2.5.2"
|
|
html-escape = "0.2"
|
|
rusqlite = { version = "0.32", features = ["bundled"] }
|
|
rand = "0.10"
|
|
tempfile = "3"
|
|
parking_lot = "0.12"
|
|
bytes = "1"
|
|
png = "0.18"
|
|
zune-jpeg = "0.5"
|
|
fast_image_resize = "6"
|
|
jpeg-encoder = "0.7"
|
|
x-media = { path = "../x-media" }
|
|
|
|
[dev-dependencies]
|
|
tokio = { version = "1.40", features = ["test-util"] }
|