···11[workspace]
22resolver = "2"
33-members = ["beavershell"]
33+members = ["crates/beaver_shell"]
4455# Copied from the main Cargo.toml to allow
66# workspace inheritance from component/ crates.
···2323## Desktop builds
24242525- Update with `forkme apply`
2626-- Build with `cargo build -r -p beaver`
2727-- Run with `cargo run -r -p beaver` or directly from the `target` directory as usual for Rust projects.
2626+- Build with `cargo build -r -p beaver-shell`
2727+- Run with `cargo run -r -p beaver-shell` or directly from the `target` directory as usual for Rust projects.
28282929The current UI allows multiple windows, and each one is a simple tiling window manager. There is also a floating search window.
3030