[dependencies]
[lib]
name = "timeforrust"
path = "src/lib.rs"
[package]
authors = ["David Sugar <tychosoft@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["concurrency"]
description = "A task timer library for Rust"
edition = "2024"
homepage = "https://github.com/tychosoft/timeforrust"
keywords = ["timer", "thread", "concurrency"]
license = "MIT"
name = "timeforrust"
readme = "README.md"
repository = "https://github.com/tychosoft/timeforrust/"
version = "0.1.0"