feat: Add json rpc c++ bindings

This commit is contained in:
d2weber
2026-05-18 13:00:11 +02:00
parent a95bf77868
commit bcc5d8107d
4 changed files with 11 additions and 7 deletions

View File

@@ -204,7 +204,7 @@ thiserror = "2"
tokio = "1"
tokio-util = "0.7.18"
tracing-subscriber = "0.3"
yerpc = "0.6.4"
yerpc = { git="https://github.com/d2weber/yerpc.git", branch="d2weber/c_bindings" }
[features]
default = ["vendored"]