Skip to content

Commit

Permalink
Add publish = [...] to allow publishing with fizyr-release.
Browse files Browse the repository at this point in the history
  • Loading branch information
de-vri-es committed Sep 20, 2023
1 parent 9f3a1e7 commit 9a33284
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ license = "BSD-2-Clause OR Apache-2.0"
repository = "https://github.com/fizyr/fizyr-rpc"
documentation = "https://docs.rs/fizyr-rpc"
readme = "README.md"
publish = ["crates-io"]

keywords = ["rpc", "shared-memory"]
categories = ["asynchronous", "network-programming"]
Expand Down
3 changes: 3 additions & 0 deletions macros-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ serde_json = "1.0.107"
assert2 = "0.3.11"
fizyr-rpc = { path = "..", features = ["unix-stream"] }
tokio = { version = "1.32.0", features = ["macros", "net", "rt"] }

[package.metadata.fizyr-release]
ignore = true
1 change: 1 addition & 0 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ authors = [

license = "BSD-2-Clause OR Apache-2.0"
repository = "https://github.com/fizyr/fizyr-rpc"
publish = ["crates-io"]

edition = "2021"

Expand Down

0 comments on commit 9a33284

Please sign in to comment.