telegram: Use labadoor-open and labadoor-common::run_bin()

This commit is contained in:
George Kaklamanos 2023-11-28 16:59:56 +02:00
parent 0ab168b7f7
commit 6ece32b40e
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D
4 changed files with 28 additions and 13 deletions

View file

@ -7,6 +7,7 @@ license = "AGPL-3.0-or-later"
[dependencies]
teloxide = { version = "0.12.2", features = ["macros"] }
tokio = { version = "1.34.0", features = ["rt-multi-thread", "macros"] }
labadoor-common = { path = "../labadoor-common"}
[target.armv7-unknown-linux-musleabihf.dependencies]
openssl-sys = { version = "0.9.67", features = ["vendored"] }