purton-tech / rust-on-nails

Full stack web architecture for Rust
https://rust-on-nails.com
MIT License
323 stars 28 forks source link

Change "actix-server" to "axum-server" in docs #31

Closed hjr3 closed 1 year ago

hjr3 commented 1 year ago

This is how https://rust-on-nails.com/docs/full-stack-web/server-side-components/ currently looks:

Screen Shot 2023-03-11 at 1 24 04 PM

hjr3 commented 1 year ago

Thinking about this more, Cargo.toml should look like:

[workspace]
members = [
    "crates/*",
]

so maybe this whole section can be removed?

9876691 commented 1 year ago

@hjr3 So firstly, thanks for all this effort I really appreciate it.

And yes,

[workspace]
members = [
    "crates/*",
]

Is the way to go.