We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4af014 commit 6205c7fCopy full SHA for 6205c7f
Cargo.toml
@@ -4,7 +4,7 @@ categories = ["command-line-utilities"]
4
description = "termscp is a feature rich terminal file transfer and explorer with support for SCP/SFTP/FTP/Kube/S3/WebDAV"
5
edition = "2021"
6
homepage = "https://termscp.veeso.dev"
7
-include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
+include = ["src/**/*", "build.rs", "LICENSE", "README.md", "CHANGELOG.md"]
8
keywords = ["terminal", "ftp", "scp", "sftp", "tui"]
9
license = "MIT"
10
name = "termscp"
0 commit comments