[package]
name = "shrev"
version = "0.1.0"
authors = ["Simon Rönnberg <simon.ronnberg@codemill.se>"]
description = "Event handler, using shred for synchronization, allowing immutable reads."
homepage = "https://github.com/Rhuagh/shrev-rs.git"
documentation = "https://docs.rs/shrev"
readme = "README.md"
keywords = ["shred", "events"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Rhuagh/shrev-rs.git"
[[example]]
name = "basic"
path = "examples/basic.rs"
[dependencies.shred]
version = "0.4"