Skip to content

Commit 6205c7f

Browse files
committed
fix: include build.rs
1 parent e4af014 commit 6205c7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ categories = ["command-line-utilities"]
44
description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/Kube/S3/WebDAV"
55
edition = "2021"
66
homepage = "https://termscp.veeso.dev"
7-
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
7+
include = ["src/**/*", "build.rs", "LICENSE", "README.md", "CHANGELOG.md"]
88
keywords = ["terminal", "ftp", "scp", "sftp", "tui"]
99
license = "MIT"
1010
name = "termscp"

0 commit comments

Comments
 (0)