Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions frontend/src-tauri/Cargo.lock

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

1 change: 1 addition & 0 deletions proxy/Cargo.lock

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

1 change: 1 addition & 0 deletions sdk/rust/Cargo.lock

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

1 change: 1 addition & 0 deletions sdk/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ sha2 = "0.10"
base64 = "0.22"
ring = "0.17" # For certificate validation
hex = "0.4" # For debug output
zeroize = { version = "1.8", features = ["derive"] }

# X.509 and certificate handling
x509-parser = "0.16"
Expand Down
1 change: 1 addition & 0 deletions sdk/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pub mod error;
pub mod pcr;
pub mod push;
pub mod session;
mod transport_v2;
pub mod types;

pub use client::{InferenceRequest, InferenceResponse, OpenSecretClient, OpenSecretResponseBody};
Expand Down
Loading
Loading