Closed hjr3 closed 1 year ago
Thinking about this more, Cargo.toml should look like:
[workspace]
members = [
"crates/*",
]
so maybe this whole section can be removed?
@hjr3 So firstly, thanks for all this effort I really appreciate it.
And yes,
[workspace]
members = [
"crates/*",
]
Is the way to go.
This is how https://rust-on-nails.com/docs/full-stack-web/server-side-components/ currently looks: