cargo install failing: pimalaya-tui
does not have build-envs
features
#21
Labels
bug
Something isn't working
I'm trying to install neverest using
cargo
, as I would like to use oauth2 authentication (against outlook365 which I have to use for work).However, the installation instructions are not working for me.
If I run the command provided in the README, I get the following error
If I remove the
--frozen
as suggested, I get a dependency issue withpimalaya-tui
:What I really want to do is add the
--all-features
flag to get theoauth2
feature (andnotmuch
seems nice too), but it already fails with the default features selected.The text was updated successfully, but these errors were encountered: