pksunkara / reign

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

Use `CARGO_WORKSPACE_DIR` #34

Open pksunkara opened 3 years ago

pksunkara commented 3 years ago

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

In reign_task, we calculate the workspace dir using cli cargo command. Would be nice if we don't need to do it anymore.