From 53bb4abe58e30834d4df36a89f498f5eba0b4fe1 Mon Sep 17 00:00:00 2001 From: Todd Treece Date: Sat, 11 Jan 2020 03:20:07 -0500 Subject: [PATCH] add includes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18b5dbe..40d8dec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ keywords = ["data", "logger", "iot"] readme = "README.md" license = "MIT" edition = "2018" -include = ["src/**/*", "Cargo.toml"] +include = ["src/**/*", "Cargo.toml", "ui/build/**/*", "docs/**/*"] [dependencies] actix-rt = "1.0.0"