Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Port databroker-cli to kuksa-rust-sdk using kuksa.val.v1 (subscribe u…
Browse files Browse the repository at this point in the history
…ses old API)
  • Loading branch information
lukasmittag committed Sep 21, 2023
1 parent a433815 commit b9fcb85
Show file tree
Hide file tree
Showing 4 changed files with 785 additions and 622 deletions.
278 changes: 0 additions & 278 deletions kuksa_databroker/databroker-cli/src/client.rs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,17 @@
#*******************************************************************************/

[package]
name = "databroker-cli"
name = "kuksa-rust-sdk"
version = "0.4.0"
authors = ["Robert Bosch GmbH"]
edition = "2018"
license = "Apache-2.0"

[lib]
name = "kuksa_rust_sdk"
path = "src/client.rs"


[dependencies]
databroker-proto = { workspace = true }
tonic = { workspace = true, features = ["transport", "channel", "prost"] }
Expand Down
Loading

0 comments on commit b9fcb85

Please sign in to comment.