timer_core 0.2.1

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

[dependencies.crossterm]
version = "0.22.1"

[dependencies.glob]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.23"

[dependencies.regex]
version = "1.5"

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

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

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

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

[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.2.1"