Skip to content

Commit

Permalink
Update the Cargo.toml for the release.
Browse files Browse the repository at this point in the history
Signed-off-by: ChenYing Kuo <[email protected]>
  • Loading branch information
evshary committed Aug 1, 2024
1 parent dfbf3ce commit febbed3
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
[package]
description = "Zenoh Rust Transport library implementation of the Eclipse uProtocol"
edition = "2021"
exclude = [
"tests/*",
".github/*",
".gitignore",
include = [
"/src/*",
"/examples/*",
"/Cargo.toml",
"/README.md",
]
keywords = ["uProtocol", "SDK", "Zenoh"]
keywords = ["uProtocol", "SDK", "communication", "Zenoh"]
license = "Apache-2.0"
name = "up-transport-zenoh"
readme = "README.md"
Expand Down Expand Up @@ -53,3 +54,11 @@ zenoh = { version = "0.11.0", features = ["unstable"]}

[dev-dependencies]
test-case = { version = "3.3" }

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1

[package.metadata.docs.rs]
all-features = true

0 comments on commit febbed3

Please sign in to comment.