tgltrk 0.1.2

Unofficial Toggl Track CLI — manage timers, entries, projects, clients, and tags from the command line
1
2
3
4
5
6
7
pub const API_BASE_URL: &str = "https://track.toggl.com/api/v9";
pub const CLIENT_NAME: &str = "tgltrk";
pub const KEYRING_SERVICE: &str = "tgltrk";
pub const KEYRING_USER: &str = "default";
pub const ENV_API_TOKEN: &str = "TOGGL_API_TOKEN";
pub const API_TIMEOUT_SECS: u64 = 30;
pub const CACHE_TTL_HOURS: i64 = 72;