vendor: update cargo-cxai-bridge-0.1.0
This commit is contained in:
Generated
+24
@@ -0,0 +1,24 @@
|
||||
[package]
|
||||
name = "cxai-bridge"
|
||||
description = "FFI bridge for C++ interop, JSON-RPC proxy, and SignalR WebSocket client"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
cxai-sdk = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
reqwest = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
tokio-tungstenite = { workspace = true }
|
||||
futures-util = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { workspace = true, features = ["test-util", "macros"] }
|
||||
Reference in New Issue
Block a user