[package] name = "wasm-server" version = "1.0.2" authors = ["justaweb.dev <3829508-justaweb.dev@users.noreply.gitlab.com>"] edition = "2018" license = "MIT OR Apache-2.0" description = "A simple WASM dev server with live reloading" readme = "README.md" keywords = ["cli", "server", "wasm", "live-server", "development"] categories = ["command-line-utilities"] [dependencies] broadcaster = {version= "1.0.0", features=["default-channels"]} notify = "4.0.15" wasm-pack = "0.9.1" actix-web = "3.3.2" actix-files = "0.5.0" actix_send_websocket = "0.1.0" futures-channel = "0.3.12" [package.metadata.scripts] install = "cargo install --path ."