[package] name = "trickle" version = "0.0.1" authors = ["Lukas Krickl "] description = "Simple message bus library" license = "MIT" homepage = "https://github.com/unlink2/trickle" readme = "../README.md" edition = "2018" [lib] name = "trickle" path = "src/lib.rs" [features] default=["std"] std=[] [dependencies]