Skip to content

Commit

Permalink
[#2] Add tags to cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenpiff committed Dec 12, 2023
1 parent f75003f commit a4784c3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,16 @@ members = [
]

[workspace.package]
rust-version = "1.72.1"
version = "0.0.1"
repository = "https://github.com/larry-robotics/iceoryx2"
edition = "2021"
categories = ["network-programming"]
description = "Iceoryx2: Lock-Free Zero-Copy Interprocess Communication"
edition = "2021"
keywords = ["zero-copy", "ipc", "shared-memory", "publish-subscribe", "request-response"]
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "iceoryx.io"
repository = "https://github.com/eclipse-iceoryx/iceoryx2"
rust-version = "1.72.1"
version = "0.0.1"

[workspace.dependencies]
iceoryx2_bb_threadsafe = { path = "iceoryx2_bb/threadsafe/" }
Expand Down
4 changes: 4 additions & 0 deletions iceoryx2/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ rust-version = { workspace = true }
version = { workspace = true }
repository = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
keywords = { workspace = true }
homepage = { workspace = true }
categories = { workspace = true }

[features]
# Enables https://crates.io/crates/log as default logger
Expand Down

0 comments on commit a4784c3

Please sign in to comment.