mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 10:30:38 +00:00
Update to clap 4
This commit is contained in:
parent
58bb4b5358
commit
94d79692df
4 changed files with 169 additions and 129 deletions
|
@ -1,4 +1,4 @@
|
|||
use clap::StructOpt;
|
||||
use clap::Parser;
|
||||
use jsonrpc_client_transports::{RpcError, TypedSubscriptionStream};
|
||||
use jsonrpc_core::{futures_util::StreamExt, Value};
|
||||
use std::{path::PathBuf, time::Duration};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue