From 6205c7f3c5f80d9c26b253f1ea877a4be909c313 Mon Sep 17 00:00:00 2001 From: veeso Date: Thu, 3 Oct 2024 17:57:49 +0200 Subject: [PATCH] fix: include build.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7defdce..37fab0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ categories = ["command-line-utilities"] description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/Kube/S3/WebDAV" edition = "2021" homepage = "https://termscp.veeso.dev" -include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] +include = ["src/**/*", "build.rs", "LICENSE", "README.md", "CHANGELOG.md"] keywords = ["terminal", "ftp", "scp", "sftp", "tui"] license = "MIT" name = "termscp"