7b4fe87f953c1ce9363237ab9e45ea09d12e2a01
Add [workspace] / [workspace.package] / [workspace.dependencies] blocks to server/Cargo.toml and clients/desktop/Cargo.toml so each becomes a self-contained workspace with its own Cargo.lock. Remove the root Cargo.toml and Cargo.lock; the repo now hosts three independent build worlds: server, clients/desktop, experiments. Convert common/Cargo.toml to concrete versions (was workspace- inherited from the root). common/ is consumed via path-dep from all three worlds, but is not itself a workspace -- consumers unify versions via their own lockfiles. Add common/Cargo.lock to .gitignore per Cargo lib-only-crate convention. Verification: - server/Cargo.lock has 0 eframe/egui/winit entries - cargo build --release --locked passes in server/ - test split: server 385 + desktop 89 + common 34 = 508 total - bin output: clients/desktop/target/debug/doctate (named "doctate")
Description
No description provided
Languages
Rust
74%
Kotlin
12.7%
HTML
4.9%
Python
4.1%
Shell
3.8%
Other
0.5%