lock and fix
This commit is contained in:
parent
87b2d41689
commit
e547b8696a
File diff suppressed because it is too large
Load Diff
|
@ -18,7 +18,7 @@ crossterm = "0.27.0"
|
|||
color-eyre = "0.6.2"
|
||||
|
||||
[features]
|
||||
default = ["fedi","discord","jlog"]
|
||||
default = ["jlog"]
|
||||
avatar = []
|
||||
discord = ["avatar"]
|
||||
fedi = ["avatar"]
|
||||
|
|
|
@ -8,6 +8,7 @@ mod clap_ps;
|
|||
use dirs;
|
||||
|
||||
use app::*;
|
||||
#[cfg(feature = "avatar")]
|
||||
use utils::update_avatars;
|
||||
|
||||
use clap_ps::*;
|
||||
|
|
Loading…
Reference in New Issue