userd 0.2.0

A user daemon, managing services and regular running of jobs, in user space.
1
2
3
4
5
pub(crate) use crate::{
    activity::Activity, conditions, config, service::Service, task::Task, triggers, utils,
};

pub(crate) use anyhow::Result;