Move the render context to its own folder.

We are going to have a lot of render context types because there are so many org-mode elements/objects so I'm moving it to a separate folder for organization.
This commit is contained in:
Tom Alexander
2023-10-23 23:49:35 -04:00
parent 448e9bb8c6
commit 3cfcae25a9
6 changed files with 33 additions and 25 deletions

View File

@@ -13,6 +13,7 @@ mod command;
mod config;
mod error;
mod render;
mod types;
fn main() -> Result<ExitCode, CustomError> {
let rt = tokio::runtime::Runtime::new()?;