security-union / videocall-rs

teleconference system written in rust
https://www.videocall.rs
MIT License
1.36k stars 117 forks source link

Use cargo workspace #113

Closed griffobeid closed 1 year ago

griffobeid commented 1 year ago

By using a cargo workspace it makes developing with rust analyzer much more friendly

darioalessandro commented 1 year ago

Hey @griffobeid what happened with the Cargo.lock files?

griffobeid commented 1 year ago

@darioalessandro With cargo workspaces all the lock files get folded into one at the root level