I'm working both on a _LMDE 6 Faye_ and _Windows 10_. I've successfully installed **Perseus** and can create a new project using the CLI tool without any fuss. Unfortunately `perseus serve -w` doesn't work because apparently the new format is not taken yet in charge. ``` PS C:\Users\####\Desktop\my-perseus> perseus serve -w 🔏 Generating Cargo lockfile...✅ Error: couldn't load `Cargo.lock` from workspace root Caused by: parse error: parse error: invalid Cargo.lock format version: `4` ``` Projects including Cargo.lock in the right format can be built and work like charm.