Skip to content

Commit

Permalink
Added descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
esteve committed Jul 30, 2020
1 parent aa368f9 commit c18cc59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions libddsc-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ authors = ["kydos <angelo@icorsaro.net>"]
license = "Apache-2.0"
links = "ddsc"
edition = "2018"
description = """
Native bindings to libddsc (CycloneDDS).
"""

[dependencies]
libc = "0.2.67"
Expand Down

0 comments on commit c18cc59

Please sign in to comment.