labadoor-telegram: Initial commit

This commit is contained in:
George Kaklamanos 2021-11-27 23:57:48 +02:00
parent cb847c1071
commit 756979b00c
No known key found for this signature in database
GPG key ID: 95E488F0473F734D
3 changed files with 68 additions and 0 deletions

View file

@ -0,0 +1,14 @@
[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"] }