Exploring Cargo Workspaces in Rust

# Introduction Welcome to **Cargo Workspaces**. This lab is a part of the [Rust Book](https://doc.rust-lang.org/book/). You can practice your Rust skills in LabEx. In this lab, we will explore Cargo's workspaces feature, which helps manage multiple related packages developed in tandem by splitting a package into multiple library crates.

|60 : 00

Click the virtual machine below to start practicing