extract edn; build out more groovebox

This commit is contained in:
🪞👃🪞 2024-12-18 12:46:42 +01:00
parent 950dbdfe8e
commit 8cf42aff0b
10 changed files with 231 additions and 205 deletions

View file

@ -31,6 +31,9 @@ pub(crate) use api::*;
pub mod tui;
pub(crate) use tui::*;
pub mod edn;
pub(crate) use edn::*;
testmod! { test }
pub(crate) use clap::{self, Parser};