labadoor/labadoor-telegram/Cargo.toml

15 lines
418 B
TOML
Raw Normal View History

2021-11-27 23:57:48 +02:00
[package]
name = "labadoor-telegram"
version = "0.1.0"
edition = "2021"
license = "AGPL-3.0-or-later"
[dependencies]
log = "0.4.14"
pretty_env_logger = "0.4.0"
teloxide = {version = "0.5.2", features = ["macros", "auto-send"]}
tokio = { version = "1.12.0", features = ["rt-multi-thread", "macros"] }
[target.armv7-unknown-linux-musleabihf.dependencies]
openssl-sys = { version = "0.9.67", features = ["vendored"] }