From db5bdf4f2da954595d6fe83ef4ace255883726e9 Mon Sep 17 00:00:00 2001 From: BenoƮt CORTIER Date: Fri, 18 Jun 2021 09:53:29 -0400 Subject: Run cargo-diet cargo-diet is a helper for computing the optimal `include` directives for Cargo.toml manifests. https://github.com/the-lean-crate/cargo-diet --- helix-tui/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'helix-tui') diff --git a/helix-tui/Cargo.toml b/helix-tui/Cargo.toml index 7ba16553..beab049c 100644 --- a/helix-tui/Cargo.toml +++ b/helix-tui/Cargo.toml @@ -7,6 +7,7 @@ A library to build rich terminal user interfaces or dashboards """ edition = "2018" license = "MPL-2.0" +include = ["src/**/*", "README.md"] [features] default = ["crossterm"] -- cgit v1.2.3-70-g09d2