Skip to content

Commit

Permalink
Remove obsolete dependencies (#80)
Browse files Browse the repository at this point in the history
Also moved deps only required for examples to dev-dependencies block.
  • Loading branch information
sophokles73 authored Sep 30, 2024
1 parent 3993807 commit 927e2ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 69 deletions.
56 changes: 1 addition & 55 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 4 additions & 14 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,7 @@
[package]
description = "Zenoh Rust Transport library implementation of the Eclipse uProtocol"
edition = "2021"
include = [
"/src/*",
"/examples/*",
"/Cargo.toml",
"/README.md",
"/config/*",
]
include = ["/src/*", "/examples/*", "/Cargo.toml", "/README.md", "/config/*"]
keywords = ["uProtocol", "SDK", "communication", "Zenoh"]
license = "Apache-2.0"
name = "up-transport-zenoh"
Expand All @@ -41,21 +35,17 @@ anyhow = "1.0.75"
async-trait = "0.1"
bitmask-enum = "2.2.4"
bytes = "1.6.1"
chrono = "0.4.31"
clap = { version = "4.4.11", features = ["derive"] }
crossbeam-channel = "0.5.12"
lazy_static = "1.4.0"
prost = "0.12"
prost-types = "0.12"
protobuf = { version = "3.3" }
rand = "0.8.5"
tokio = { version = "1.35.1", default-features = false }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
up-rust = "0.1.5"
zenoh = { version = "1.0.0-alpha.6", features = ["unstable", "internal"]}
zenoh = { version = "1.0.0-alpha.6", features = ["unstable", "internal"] }

[dev-dependencies]
chrono = "0.4.31"
clap = { version = "4.4.11", features = ["derive"] }
test-case = { version = "3.3" }

[profile.release]
Expand Down

0 comments on commit 927e2ea

Please sign in to comment.