trying to add a way for rust to find number of slides in reveal.js

This commit is contained in:
Chris Cochrun 2023-05-16 09:55:26 -05:00
parent 58652eafa1
commit b234795a36
3 changed files with 52 additions and 3 deletions

View file

@ -3,12 +3,13 @@ mod file_helper;
pub mod image_model;
pub mod models;
pub mod presentation_model;
pub mod song_model;
pub mod reveal_js;
pub mod schema;
mod service_thing;
mod settings;
pub mod slide_model;
mod slide_obj;
pub mod song_model;
pub mod video_model;
pub mod ytdl;
// mod video_thumbnail;