[package]
edition = "2018"
rust-version = "1.47"
name = "event-notify"
version = "0.1.2"
authors = ["try <trywen@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Event notify"
homepage = "https://github.com/try-box/rust-box/tree/main/event"
readme = "README.md"
keywords = [
"event",
"notify",
]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/try-box/rust-box/tree/main/event"
resolver = "2"
[lib]
name = "event_notify"
path = "src/lib.rs"
[dependencies]