[package] name = "websocknotify" version = "0.0.3" authors = ["Serge Latyntcev "] edition = "2018" description = "(Unstable) A simple WebSocket notification server (experimental)" license = "MIT/Apache-2.0" repository = "https://gitlab.com/dnsl48/websocknotify" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tungstenite = {version = "0.10.1", default-features=false}