aquatic_http_protocol and ws_protocol: exclude "target" from crates

This commit is contained in:
Joakim Frostegård 2020-09-13 17:42:31 +02:00
parent fe11ed138a
commit 56980ab303
2 changed files with 2 additions and 0 deletions

View file

@ -5,6 +5,7 @@ authors = ["Joakim Frostegård <joakim.frostegard@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/greatest-ape/aquatic"
exclude = ["target"]
[lib]
name = "aquatic_http_protocol"

View file

@ -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"