summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Mohrin <dev@niklasmohrin.de>2023-07-10 18:22:20 +0200
committerGitHub <noreply@github.com>2023-07-10 18:22:20 +0200
commit4d2fc26dbea7229b37e08ca2ba0689a69925abb7 (patch)
treefd02e10eb1d6682e81ae68b8f2197c3a9d1753f1
parent7bd5ac566483d1beeeb7bdbf5f6c0909c086c08e (diff)
Include `completion/*` in published crate (#333)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e3223a3..aedc55f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ readme = "README.md"
repository = "https://github.com/dbrgn/tealdeer/"
documentation = "https://dbrgn.github.io/tealdeer/"
version = "1.6.1"
-include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", "/screenshot.png"]
+include = ["/src/**/*", "/tests/**/*", "/Cargo.toml", "/README.md", "/LICENSE-*", "/screenshot.png", "completion/*"]
rust-version = "1.62"
edition = "2021"