Use euphoxide instead of euph module
This commit is contained in:
parent
d07b1051a9
commit
36b717ff8c
17 changed files with 83 additions and 1556 deletions
|
|
@ -1,11 +1,11 @@
|
|||
use std::fs::File;
|
||||
use std::io::{BufWriter, Write};
|
||||
|
||||
use euphoxide::api::Snowflake;
|
||||
use time::format_description::FormatItem;
|
||||
use time::macros::format_description;
|
||||
use unicode_width::UnicodeWidthStr;
|
||||
|
||||
use crate::euph::api::Snowflake;
|
||||
use crate::euph::SmallMessage;
|
||||
use crate::store::{MsgStore, Tree};
|
||||
use crate::vault::Vault;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue