use upadted libjens instead of jm_client_core
continuous-integration/drone/push Build is passing Details

This commit is contained in:
LordMZTE 2021-08-17 23:00:37 +02:00
parent 70159a085d
commit 54ce90d090
2 changed files with 4 additions and 6 deletions

View File

@ -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"

View File

@ -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,