From 56980ab30300caaf6ff6542c4189ee1523efcacc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 13 Sep 2020 17:42:31 +0200 Subject: [PATCH] aquatic_http_protocol and ws_protocol: exclude "target" from crates --- aquatic_http_protocol/Cargo.toml | 1 + aquatic_ws_protocol/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/aquatic_http_protocol/Cargo.toml b/aquatic_http_protocol/Cargo.toml index 1f66db5..f64a5f0 100644 --- a/aquatic_http_protocol/Cargo.toml +++ b/aquatic_http_protocol/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Joakim FrostegÄrd "] edition = "2018" license = "Apache-2.0" repository = "https://github.com/greatest-ape/aquatic" +exclude = ["target"] [lib] name = "aquatic_http_protocol" diff --git a/aquatic_ws_protocol/Cargo.toml b/aquatic_ws_protocol/Cargo.toml index 1411e04..2660a5f 100644 --- a/aquatic_ws_protocol/Cargo.toml +++ b/aquatic_ws_protocol/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" license = "Apache-2.0" description = "WebTorrent tracker protocol" repository = "https://github.com/greatest-ape/aquatic" +exclude = ["target"] [lib] name = "aquatic_ws_protocol"