Skip to content

Commit

Permalink
Package description to workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
davidedellagiustina committed Jan 10, 2023
1 parent 7f80804 commit c10ca08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ authors = [
edition = "2018"
license = " EPL-2.0 OR Apache-2.0"
categories = ["network-programming"]
description = "Zenoh: Zero Overhead Pub/sub, Store/Query and Compute."

[workspace.dependencies]
async-global-executor = "2.3.1"
Expand Down
2 changes: 1 addition & 1 deletion zenoh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors.workspace = true
edition.workspace = true
license.workspace = true
categories.workspace = true
description = "Zenoh: Zero Overhead Pub/sub, Store/Query and Compute."
description.workspace = true
readme = "../README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion zenohd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ authors.workspace = true
edition.workspace = true
license.workspace = true
categories.workspace = true
description = "Zenoh: Zero Overhead Pub/sub, Store/Query and Compute."
description.workspace = true
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit c10ca08

Please sign in to comment.