Compile Error: Use of undeclared crate or module `argonautica`
rohitkulshreshtha opened this issue · 6 comments
rohitkulshreshtha commented
I followed the quick start to create a new app.
When I run cargo fullstack
or cargo build
, I receive the following error:
Compiling create-rust-app v8.1.1
error[E0433]: failed to resolve: use of undeclared crate or module `argonautica`
--> /Users/rohit/.cargo/registry/src/github.com-1ecc6299db9ec823/create-rust-app-8.1.1/src/dev/endpoints/service_poem.rs:1:5
|
1 | use argonautica::config::Version::_0x10;
| ^^^^^^^^^^^ use of undeclared crate or module `argonautica`
Originates here:
AnthonyMichaelTDM commented
What plugins did you enable during initial bootstrapping?
rohitkulshreshtha commented
Sqlite, poem, auth, container, development.
Disabled: Storage, graphql.
…On Wed, Dec 7, 2022 at 11:36 PM Anthony Rubick ***@***.***> wrote:
What plugins did you enable during initial bootstrapping?
—
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHWSMJQSNBZ6D5I2KVJ2C3WMGFWJANCNFSM6AAAAAASXXIPKE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
AnthonyMichaelTDM commented
Interesting, are you using the most recently released create-rust-app cli?
rohitkulshreshtha commented
I did cargo install just before creating my app. This is my first time
creating an app using create-rust-app.
…On Thu, Dec 8, 2022 at 12:00 AM Anthony Rubick ***@***.***> wrote:
Interesting, are you using the most recently released create-rust-app cli?
—
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHWSMNF6P5ZHFRCP7WFEKTWMGISLANCNFSM6AAAAAASXXIPKE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
AnthonyMichaelTDM commented
I see, yeah this is an issue with the project itself, I can make a PR to patch it (from what I can see that import isn't needed anyway)
rohitkulshreshtha commented
Yeah. I saw the PR for replacing argonaut with argon2, but wasn’t sure what
was going on.
…On Thu, Dec 8, 2022 at 12:05 AM Anthony Rubick ***@***.***> wrote:
I see, yeah this is an issue with the project itself, I can make a PR to
patch it (from what I can see that import isn't needed anyway)
—
Reply to this email directly, view it on GitHub
<#80 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHWSMKL3WM2GGWSQBEF223WMGJD3ANCNFSM6AAAAAASXXIPKE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>