timer_core 0.7.5

Simple countdown terminal alarm
Documentation
[[bin]]
name = "timer"
path = "src/bin/timer.rs"
[dependencies.clap]
features = ["std", "color", "derive", "cargo"]
version = "4.5.4"

[dependencies.crossterm]
version = "0.27.0"

[dependencies.glob]
version = "0.3.1"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libc]
version = "0.2.154"

[dependencies.nix]
features = ["ioctl"]
version = "0.29"

[dependencies.regex]
version = "1.10.4"

[dependencies.rodio]
features = ["vorbis"]
version = "0.18.0"

[dependencies.signal-hook]
version = "0.3.17"

[dependencies.tailcall]
version = "1.0.1"

[dependencies.time]
features = ["formatting", "local-offset", "parsing"]
version = "0.3.36"
[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks"]
version = "1.5"

[dev-dependencies.time]
features = ["macros"]
version = "0.3.36"

[lib]
name = "timer_core"
path = "src/lib.rs"

[package]
authors = ["Pando85 <pando855@gmail.com>"]
description = "Simple countdown terminal alarm"
edition = "2021"
homepage = "https://github.com/pando85/timer"
license-file = "LICENSE"
name = "timer_core"
readme = "README.md"
repository = "https://github.com/pando85/timer"
version = "0.7.5"