feat: can get actual available roots
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-05-14 20:58:38 +02:00
parent 7bdf8393b1
commit 816869e6f9
4 changed files with 95 additions and 11 deletions

View File

@@ -1,3 +1,5 @@
pub mod create_item;
pub mod create_root;
pub mod create_section;
pub mod get_available_roots;