From 9f301bd82bbb28e385a5020870738f98ab9010b1 Mon Sep 17 00:00:00 2001 From: Vitaly _Vi Shukela Date: Sun, 31 Oct 2021 02:47:47 +0300 Subject: [PATCH] Remove cruft from published crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c56819..a3e15ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" repository = "https://github.com/vi/websocat" description = "Command-line client for web sockets, like netcat/curl/socat for ws://." keywords = ["WebSocket", "socat", "rfc6455", "netcat", "cli"] -exclude = ["autorelease.sh","test.sh","test.pkcs12"] +include = ["src","Cargo.toml","LICENSE","README.md"] readme = "README.md" edition = "2018" #msrv = "1.48.0"