use upadted libjens instead of jm_client_core
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
70159a085d
commit
54ce90d090
2 changed files with 4 additions and 6 deletions
|
@ -20,11 +20,9 @@ sled = "0.34.6"
|
|||
structopt = "0.3.21"
|
||||
toml = "0.5.8"
|
||||
|
||||
[dependencies.jm_client_core]
|
||||
#path = "/home/lordmzte/dev/jensmemesclient/jensmemesclient/jm_client_core"
|
||||
git = "https://tilera.xyz/git/lordmzte/jensmemesclient.git"
|
||||
package = "jm_client_core"
|
||||
rev = "0d3a77"
|
||||
[dependencies.libjens]
|
||||
git = "https://tilera.xyz/git/lordmzte/libjens.git"
|
||||
rev = "d4a8b3"
|
||||
|
||||
[dependencies.matrix-sdk]
|
||||
git = "https://github.com/matrix-org/matrix-rust-sdk.git"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use anyhow::{anyhow, bail, Context};
|
||||
use jm_client_core::JMClient;
|
||||
use libjens::JMClient;
|
||||
use log::{error, info, warn};
|
||||
use matrix_sdk::{
|
||||
api::r0::session::login,
|
||||
|
|
Loading…
Reference in a new issue