Browse Source

Update dependencies, use new whatsappweb-eta crate name

master
eta 4 years ago
parent
commit
0ddea45897
  1. 867
      Cargo.lock
  2. 2
      Cargo.toml
  3. 1
      src/main.rs

867
Cargo.lock generated

File diff suppressed because it is too large Load Diff

2
Cargo.toml

@ -42,5 +42,5 @@ git = "https://git.theta.eu.org/huawei-modem.git/" @@ -42,5 +42,5 @@ git = "https://git.theta.eu.org/huawei-modem.git/"
features = ["v4"]
version = "0.7"
[dependencies.whatsappweb]
[dependencies.whatsappweb-eta]
git = "https://git.theta.eu.org/whatsappweb-rs.git/"

1
src/main.rs

@ -6,6 +6,7 @@ @@ -6,6 +6,7 @@
#[macro_use] extern crate log;
#[macro_use] extern crate lazy_static;
#[macro_use] extern crate diesel_migrations;
extern crate whatsappweb_eta as whatsappweb;
mod config;
mod logging;

Loading…
Cancel
Save