summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2021-01-26 19:22:01 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2021-01-26 19:22:01 +0800
commitcc9cfbdf2d5a9090207c204f9f0acd5c6f094e4c (patch)
treebf56dd7ffd0da420451fb57b052034015bfaa2ec
parent6b1dcb2b9d06e83369b893a20b211c481df90009 (diff)
add whole 'themes' folder, it's required during compilation
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <sam.chong.tay@pm.me>"]
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" }