labadoor-telegram: Initial commit
This commit is contained in:
parent
cb847c1071
commit
756979b00c
3 changed files with 68 additions and 0 deletions
14
labadoor-telegram/Cargo.toml
Normal file
14
labadoor-telegram/Cargo.toml
Normal 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"] }
|
Loading…
Add table
Add a link
Reference in a new issue