Reference: Usage as a lib #8

- Implement protocol versioning
- migrate to thisError
- general error handling improvements in socktop_connector lib
- improve documentation
- increment  version
This commit is contained in:
2025-09-07 18:55:23 -07:00
parent ffc246b705
commit 06cd6d0c82
9 changed files with 462 additions and 67 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "socktop_connector"
version = "0.1.0"
version = "0.1.2"
edition = "2024"
license = "MIT"
description = "WebSocket connector library for socktop agent communication"
@@ -38,7 +38,7 @@ flate2 = "1.0"
prost = { workspace = true }
# Error handling
anyhow = { workspace = true }
thiserror = "2.0"
[build-dependencies]
prost-build = "0.13"