Skip to content

Commit

Permalink
Update lib.rs to expose DataEntry, Proto and Client
Browse files Browse the repository at this point in the history
  • Loading branch information
noci0001 authored and SebastianSchildt committed Jun 18, 2024
1 parent c47284e commit 89ecdc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/kuksa/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
use http::Uri;
use std::collections::HashMap;

use databroker_proto::kuksa::val::{self as proto, v1::DataEntry};
pub use databroker_proto::kuksa::val::{self as proto, v1::DataEntry};

use kuksa_common::{Client, ClientError};
pub use kuksa_common::{Client, ClientError};

#[derive(Debug)]
pub struct KuksaClient {
Expand Down

0 comments on commit 89ecdc8

Please sign in to comment.