diff --git a/Cargo.toml b/Cargo.toml index 9d2c749..7c74d3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["DDS", "CycloneDDS"] repository = "https://github.com/atolabs/cdds-rust" documentation = "https://docs.rs/ddsc" description = """ -Bindings to libddsc (CycloneDDS). +High-level API for the native CycloneDDS bindings (libddsc-sys). """ categories = ["api-bindings"] edition = "2018" diff --git a/libddsc-sys/Cargo.toml b/libddsc-sys/Cargo.toml index 746e1ae..d6c5bea 100644 --- a/libddsc-sys/Cargo.toml +++ b/libddsc-sys/Cargo.toml @@ -5,6 +5,9 @@ authors = ["kydos "] license = "Apache-2.0" links = "ddsc" edition = "2018" +description = """ +Native bindings to libddsc (CycloneDDS). +""" [dependencies] libc = "0.2.67"