[package]
edition = "2021"
name = "just-watch"
version = "0.2.0"
authors = [
"Carl Lerche <me@carllerche.com>",
"cynecx <me@cynecx.net>",
"Denis Kolodin <deniskolodin@gmail.com>",
]
description = "Async watch channel"
homepage = "https://knowledge.dev"
readme = "README.md"
keywords = [
"async",
"asynchronous",
"channel",
"synchronization",
]
categories = [
"asynchronous",
"concurrency",
]
license = "MIT"
repository = "https://github.com/knwldev/just-watch"
[dependencies.event-listener]
version = "2.5.3"
[dev-dependencies.async-executor]
version = "1.5.1"