Mark vestigial crates as "publish=false"

These crates were started, but they aren't integrated into
Arti (yet?).  As such it doesn't make sense to keep publishing
updated versions of them every time we tweak our standard
lints.
This commit is contained in:
Nick Mathewson 2023-07-03 13:49:51 -04:00
parent 1ae06399d0
commit 2c5b81e872
2 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,9 @@ keywords = ["tor", "arti", "async"]
categories = ["network-programming"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
# This crate is not yet used in Arti.
publish = false
[dependencies]
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.5.2" }

View File

@ -11,6 +11,9 @@ keywords = ["tor", "arti"]
categories = ["asynchronous"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
# This crate is not (yet?) used anywhere in Arti.
publish = false
[dependencies]
async-broadcast = "0.5.0"
futures = "0.3.14"