Commit forgotten dependencies in Cargo.toml

This commit is contained in:
George Kaklamanos 2023-12-02 14:33:35 +02:00
parent 8e0e311874
commit 695b152c7e
No known key found for this signature in database
GPG key ID: C0CAB8A6BDC9399D
3 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@ license = "AGPL-3.0-or-later"
[dependencies]
matrix-sdk = "0.6.2"
tokio = { version = "1.12.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"] }