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"