move_timer 0.1.0

a small, portable desktop app reminding you to move a bit during ctivities like programming
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "move_timer"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a small, portable desktop app reminding you to move a bit during ctivities like programming"
readme = "README.md"
license = "MIT"

[[bin]]
name = "move_timer"
path = "src/main.rs"

[dependencies.notify-rust]
version = "4.17.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.xilem]
version = "0.4.0"

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