labadoor-matrix: Initial commit
This commit is contained in:
parent
6b575b1807
commit
ebeed8dcee
3 changed files with 63 additions and 0 deletions
12
labadoor-matrix/Cargo.toml
Normal file
12
labadoor-matrix/Cargo.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "labadoor-matrix"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-or-later"
|
||||
|
||||
[dependencies]
|
||||
matrix-sdk = { version = "0.4.1", features = ["encryption"] }
|
||||
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