shell: add workspace helper module

This commit is contained in:
Victoria Brekenfeld 2021-12-17 17:53:01 +01:00
parent 74a4ed1058
commit e0da1e779b
7 changed files with 256 additions and 20 deletions

3
src/shell/mod.rs Normal file
View file

@ -0,0 +1,3 @@
// SPDX-License-Identifier: GPL-3.0-only
pub mod workspaces;