hyper-agent-notify 0.1.0

Notification and event emitter for hyper-agent
Documentation
[package]
name = "hyper-agent-notify"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Notification and event emitter for hyper-agent"

[dependencies]
serde.workspace = true
serde_json.workspace = true
reqwest.workspace = true
chrono.workspace = true
tokio.workspace = true
tracing.workspace = true
dirs.workspace = true

[dev-dependencies]
tokio.workspace = true
serde_json.workspace = true
tempfile = "3"