pksunkara / reign

Opinionated Isomorphic Web Framework in Rust
https://reign.rs
Apache License 2.0
5 stars 3 forks source link

No need to specify all the examples manually instead of glob in the root workspace #33

Open pksunkara opened 3 years ago

pksunkara commented 3 years ago

Blocked by https://github.com/rust-lang/cargo/issues/6745

We can not use examples/* for now because adding examples/full to workspace.exclude doesn't work.

pksunkara commented 3 years ago

Actually blocked by https://github.com/rust-lang/cargo/issues/5042

When examples/* is used, cargo build in examples/view doesn't seem to work while the same in examples/full works.