[package] name = "tuna-web" version = "0.0.2" authors = ["Tom Solberg "] edition = "2018" license = "MIT OR Apache-2.0" description = "Web GUI for tuna" homepage = "https://github.com/tgolsson/tuna" repository = "https://github.com/tgolsson/tuna" [dependencies] anyhow = "1.0.40" include_dir = "0.6.0" log = "0.4" nanoserde = "0.1.25" tiny_http = "0.8.2" tungstenite = "0.13.0" tuna = { version = "0.0.3", path = "../tuna" } [dev-dependencies] env_logger = "0.8.3"