feat: WIP setup actions

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2024-10-24 22:59:27 +02:00
parent dfa70b3485
commit db49af5fa2
16 changed files with 815 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
use cli::Cli;
use cuddle_state::Cuddle;
mod actions;
mod cli;
mod cuddle_state;
mod plan;