mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic_http_protocol and ws_protocol: exclude "target" from crates
This commit is contained in:
parent
fe11ed138a
commit
56980ab303
2 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue