-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #83 from Michael-F-Bryan/libsignal-client
Swap libsignal-protocol dependency with libsignal-client
- Loading branch information
Showing
24 changed files
with
1,048 additions
and
807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,8 @@ version = "0.1.0" | |
authors = ["Ruben De Smet <[email protected]>"] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
libsignal-service = { path = "../libsignal-service" } | ||
libsignal-protocol = { git = "https://github.com/Michael-F-Bryan/libsignal-protocol-rs" } | ||
|
||
awc = { version = "3.0.0-beta.5", features=["rustls"] } | ||
actix = "0.11.1" | ||
|
@@ -22,7 +19,7 @@ rustls = "0.19" | |
url = "2.1" | ||
serde = "1.0" | ||
log = "0.4" | ||
rand = "0.8" | ||
rand = "0.7" | ||
|
||
failure = "0.1.5" | ||
thiserror = "1.0" | ||
|
@@ -36,6 +33,6 @@ env_logger = "0.8" | |
image = { version = "0.23", default-features = false, features = ["png"] } | ||
opener = "0.4" | ||
qrcode = "0.12" | ||
rand = "0.8" | ||
rand = "0.7" | ||
structopt = "0.3" | ||
tokio = { version = "1", features=["macros"] } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,8 @@ version = "0.1.0" | |
authors = ["Gabriel Féron <[email protected]>"] | ||
edition = "2018" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
[dependencies] | ||
libsignal-service = { path = "../libsignal-service" } | ||
libsignal-protocol = { git = "https://github.com/Michael-F-Bryan/libsignal-protocol-rs" } | ||
|
||
async-trait = "0.1" | ||
base64 = "0.13" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.