protocol拡張の実装

This commit is contained in:
2026-04-21 09:27:58 +09:00
parent 13c9923486
commit b7b315cd39
14 changed files with 877 additions and 9 deletions
+1
View File
@@ -8,3 +8,4 @@ license.workspace = true
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.51.1", features = ["io-util"] }
uuid = { version = "1.23.1", features = ["serde"] }