From 8d93f643ae8d71aaeed6074cd8f4063d35db7036 Mon Sep 17 00:00:00 2001 From: n-k Date: Thu, 25 Feb 2021 22:31:52 +0530 Subject: [PATCH] fix cargo publish --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc44d7d..6c93ef8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ homepage = "https://github.com/n-k/thingy" repository = "https://github.com/n-k/thingy" keywords = ["build", "git", "automation"] readme = "README.md" -include = ["src/**/*.rs", "README.md", "LICENSE"] +include = ["src/**/*.rs", "static", "README.md", "LICENSE"] license = "MIT" edition = "2018"