Implement the shared automation CLI.

This commit is contained in:
2026-07-19 14:25:15 +02:00
parent a2abb901cd
commit fdfae200a0
33 changed files with 2411 additions and 58 deletions

View File

@@ -1,3 +1,4 @@
pub mod app_paths;
pub mod atomic_write;
mod checksum;
pub mod frontmatter;
@@ -7,6 +8,7 @@ mod slug;
pub mod thumbnail;
pub mod timestamp;
pub use app_paths::{application_data_dir, application_database_path, default_project_data_dir};
pub use atomic_write::{atomic_write, atomic_write_str};
pub use checksum::{content_hash, file_hash};
pub use paths::*;