Wulf / create-rust-app

Set up a modern rust+react web app by running one command.

Home Page:https://create-rust-app.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile Error: Use of undeclared crate or module `argonautica`

rohitkulshreshtha opened this issue · comments

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:

use argonautica::config::Version::_0x10;

What plugins did you enable during initial bootstrapping?

Interesting, are you using the most recently released create-rust-app cli?

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)