Clean up dependencies of message_log example
This commit is contained in:
parent
e14c46eaba
commit
8e36637138
@ -5,9 +5,7 @@ edition = "2021"
|
|||||||
publish = false
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ruma = { version = "0.7.4", path = "../../crates/ruma", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls"] }
|
|
||||||
|
|
||||||
anyhow = "1.0.37"
|
anyhow = "1.0.37"
|
||||||
assign = "1.1.1"
|
ruma = { version = "0.7.4", path = "../../crates/ruma", features = ["client-api-c", "client-ext-client-api", "client-hyper-native-tls"] }
|
||||||
tokio = { version = "1.0.1", features = ["macros", "rt"] }
|
tokio = { version = "1.0.1", features = ["macros", "rt"] }
|
||||||
tokio-stream = { version = "0.1.1", default-features = false }
|
tokio-stream = { version = "0.1.1", default-features = false }
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
use std::{env, process::exit, time::Duration};
|
use std::{env, process::exit, time::Duration};
|
||||||
|
|
||||||
use assign::assign;
|
|
||||||
use ruma::{
|
use ruma::{
|
||||||
api::client::{filter::FilterDefinition, sync::sync_events},
|
api::client::{filter::FilterDefinition, sync::sync_events},
|
||||||
|
assign,
|
||||||
events::{
|
events::{
|
||||||
room::message::{MessageType, RoomMessageEventContent, TextMessageEventContent},
|
room::message::{MessageType, RoomMessageEventContent, TextMessageEventContent},
|
||||||
AnySyncMessageLikeEvent, AnySyncTimelineEvent, OriginalSyncMessageLikeEvent,
|
AnySyncMessageLikeEvent, AnySyncTimelineEvent, OriginalSyncMessageLikeEvent,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user