move_timer 0.1.0

a small, portable desktop app reminding you to move a bit during ctivities like programming
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "move_timer"
version = "0.1.0"
edition = "2024"
description = "a small, portable desktop app reminding you to move a bit during ctivities like programming"
license = "MIT"

[dependencies]
notify-rust = { version = "4.17.0" }
tracing = "0.1.44"
xilem = "0.4.0"

[target.'cfg(target_os="macos")'.dependencies]
chrono = { version = "0.4.44", default-features = false, features = ["now"] }