rustodoro 0.1.0

A terminal Pomodoro timer written in Rust, with task tracking, daily logs, and manual breaks
# 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"
rust-version = "1.85"
name = "rustodoro"
version = "0.1.0"
authors = ["Alvis Felix <alvisf0731@gmail.com>"]
build = false
exclude = [
    "/docs/*",
    "/.github/*",
    "/wasabi-toolbag",
    "/.DS_Store",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal Pomodoro timer written in Rust, with task tracking, daily logs, and manual breaks"
homepage = "https://github.com/alvisf/rustodoro"
documentation = "https://github.com/alvisf/rustodoro#readme"
readme = "README.md"
keywords = [
    "pomodoro",
    "timer",
    "tui",
    "productivity",
    "terminal",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/alvisf/rustodoro"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.libc]
version = "0.2"

[dependencies.ratatui]
version = "0.28"

[profile.release]
lto = true
codegen-units = 1
strip = true