Closed cidit closed 4 months ago
Running the provided commands does not reproduce the given error.
cargo leptos new -n somename -g "https://github.com/leptos-rs/start-axum-workspace"
cd somename
cargo leptos watch
Am I misunderstanding something?
Am I misunderstanding something?
i re-created a project today and it works...
the old project still gives me the error though. heres a repo with it in it: https://github.com/cidit/conconway
The repo you linked to contains only a README.
whoopsie daisy, here you go
You probably only want to activate the axum
feature on leptos-use
in your ssr
feature.
Describe the bug i just created the project yesterday.
cargo leptos watch
fails in the build step because of the following error:Leptos Dependencies
Please copy and paste the Leptos dependencies and features from your
Cargo.toml
.For example:
To Reproduce Steps to reproduce the behavior:
cargo leptos new -n somename -g "https://github.com/leptos-rs/start-axum-workspace"
cargo leptos watch
Expected behavior The expected
cargo leptos watch
behavior.Screenshots If applicable, add screenshots to help explain your problem.
Additional context now im no tokio expert, but im pretty sure the
features = ["full"]
part of the tokio dependency is the problem...