mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-01 13:58:32 +03:00
rust: Don't depend on a local rust-sdk
This commit is contained in:
parent
cd5aad9a31
commit
7e49760da0
1 changed files with 4 additions and 6 deletions
|
@ -24,14 +24,12 @@ version = "0.2.1"
|
||||||
features = ["lax_deserialize"]
|
features = ["lax_deserialize"]
|
||||||
|
|
||||||
[dependencies.matrix-sdk-common]
|
[dependencies.matrix-sdk-common]
|
||||||
path = "/home/poljar/werk/matrix/nio-rust/matrix_sdk_common"
|
git = "https://github.com/matrix-org/matrix-rust-sdk/"
|
||||||
# git = "https://github.com/matrix-org/matrix-rust-sdk/"
|
rev = "9052843acbc762388f4ae59e6dad0d580914cf59"
|
||||||
# rev = "d2e4b3f3bbcdc139560cdacbdf62dedab6f156b9"
|
|
||||||
|
|
||||||
[dependencies.matrix-sdk-crypto]
|
[dependencies.matrix-sdk-crypto]
|
||||||
path = "/home/poljar/werk/matrix/nio-rust/matrix_sdk_crypto"
|
git = "https://github.com/matrix-org/matrix-rust-sdk/"
|
||||||
# git = "https://github.com/matrix-org/matrix-rust-sdk/"
|
rev = "9052843acbc762388f4ae59e6dad0d580914cf59"
|
||||||
# rev = "d2e4b3f3bbcdc139560cdacbdf62dedab6f156b9"
|
|
||||||
features = ["sled_cryptostore"]
|
features = ["sled_cryptostore"]
|
||||||
|
|
||||||
[dependencies.tokio]
|
[dependencies.tokio]
|
||||||
|
|
Loading…
Reference in a new issue