[package] name = "notify-stream" version = "0.1.1" authors = ["spacemeowx2 "] edition = "2018" description = "A stream of notify" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] notify = "=5.0.0-pre.6" futures-core = "0.3" futures-channel = "0.3"