[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.*"
[dependencies.thiserror]
version = "1.0.49"
[dev-dependencies.anyhow]
version = "1.0.75"
[dev-dependencies.serde_json]
version = "1.0.*"
[package]
authors = ["Link <CirnoStrongest9909@hotmail.com>"]
description = "A crate that can be used to synchronize events to only occur between fixed gaps of time."
edition = "2021"
license = "MIT"
name = "event_sync"
readme = "README.md"
repository = "https://github.com/LinkTheDot/Event_Sync"
version = "0.4.4"