tomodoro 0.3.3

Terminal Pomodoro timer with animated backgrounds
# 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 = "tomodoro"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal Pomodoro timer with animated backgrounds"
readme = "README.md"
keywords = [
    "pomodoro",
    "timer",
    "tui",
    "terminal",
    "productivity",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/linuskelsey/tomodoro"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

[dependencies.rodio]
version = "0.17"
features = ["vorbis"]
default-features = false