Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mod.rs
pub mod dir;
mod state;

pub use state::{
    read_projects, rm_project, updated_closed_time_blocking, upsert_project,
    BlockingLockError, Project, Projects, ProjectsFileErr,
};