You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I create a new project with $ cargo leptos new --git leptos-rs/start-axum and call it leptos-axum, I get compile errors because one of the crates is called leptos_axum.
$ cargo leptos watch
...
error[E0464]: multiple candidates for `rlib` dependency `leptos_axum` found
--> src/main.rs:7:9
|
7 | use leptos_axum::app::*;
| ^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
If I create a new project with
$ cargo leptos new --git leptos-rs/start-axum
and call itleptos-axum
, I get compile errors because one of the crates is calledleptos_axum
.The text was updated successfully, but these errors were encountered: