intervalier 0.4.0

Interval events with handling notifications
Documentation
[package]
name = "intervalier"
version = "0.4.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>"]
edition = "2018"
description = "Interval events with handling notifications"
repository = "https://github.com/NikVolf/intervalier"
homepage = "https://github.com/NikVolf/intervalier"
license = "MIT OR Apache-2.0"
keywords = ["futures", "timer", "async"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
futures = { version = "0.3.1", features = ["thread-pool"] }
futures-timer = "2.0"

[lib]