OverzealousLotus / Blossom-Bloom

A collection of notes and small examples of my learning journey.
GNU General Public License v3.0
1 stars 0 forks source link

Make entire Rust Directory a Workspace. #3

Open OverzealousLotus opened 1 year ago

OverzealousLotus commented 1 year ago

This is to simply provide ease of cargo building and ensure metadata in Cargo.toml applies to the entirety of my Rust notes. I believe this will be useful, as to not separate each directory into its own Workspace. For example, I originally planned to have Basics, Intermediate, Advanced, and Expert to have their own Workspaces. However, this causes Rust Analyzer to no longer function if I open Rust or Examples.

OverzealousLotus commented 1 year ago

Tinkered around for a bit, but I could not figure out how to do it. I used the proper directories, but nothing seemed to work. This could be possible, but for now I will mark it as improbable, as I do not know how to do it myself.