diff --git a/src/main.rs b/src/main.rs index 27fe623..e1d1c49 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,7 +3,7 @@ use std::process::Command; use mastodon_async::helpers::toml; use mastodon_async::scopes; use mastodon_async::{prelude::*, UpdateCredsRequest}; use mastodon_async::{entities::visibility::Visibility}; -use mastodon_async::{helpers::cli}; +use mastodon_async::{helpers::cli, Result}; use reqwest; use std::io::Cursor; use std::io::Write;