From 2d88c7bdcc46c58a7fbdb67397841452ac8f60ec Mon Sep 17 00:00:00 2001 From: kydos Date: Mon, 29 Jul 2024 14:20:27 +0200 Subject: [PATCH] Update Cargo.toml (#1277) Updated description to be aligned with what we use everywhere else --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 174f3efb04..80d1990dfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ authors = [ edition = "2021" license = "EPL-2.0 OR Apache-2.0" categories = ["network-programming"] -description = "Zenoh: Zero Overhead Pub/sub, Store/Query and Compute." +description = "Zenoh: The Zero Overhead Pub/Sub/Query Protocol." # DEFAULT-FEATURES NOTE: Be careful with default-features and additivity! # (https://github.com/rust-lang/cargo/issues/11329)