carllerche / tower-web

A fast, boilerplate free, web framework for Rust
MIT License
980 stars 51 forks source link

#[derive(Extract)] -> error[E0463]: can't find crate for `serde` #224

Closed tony-go closed 4 years ago

tony-go commented 4 years ago

Hi Guys 🖖

Im a rust newcomers, so maybe the question is basic but ...

Is someone knows how I can fix this ?

Capture d’écran 2020-03-20 à 08 01 43
tony-go commented 4 years ago

Add serde into cargo.toml seems to fix the problem.

lnicola commented 4 years ago

Sorry for the silence here. tower-web is somewhat on the back-burner these days. I suggest you take a look at warp, another web framework from the author of hyper.

tony-go commented 4 years ago

Thanks :)