From cc9cfbdf2d5a9090207c204f9f0acd5c6f094e4c Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 26 Jan 2021 19:22:01 +0800 Subject: add whole 'themes' folder, it's required during compilation --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a9f141d..152ad6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ keywords = ["cli", "tui", "stackoverflow", "stackexchange"] categories = ["command-line-utilities"] authors = ["Sam Tay "] edition = "2018" -include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] +include = ["src/**/*", "themes/*", "LICENSE", "README.md", "CHANGELOG.md"] [badges] appveyor = { repository = "samtay/so", branch = "master", service = "github" } -- cgit v1.2.3