Make the generated code compatible with nodejs natives modules

This commit is contained in:
Fabian Stamm
2025-12-09 18:02:28 +01:00
parent ef8e97b15a
commit 4c7084563f
4 changed files with 115 additions and 100 deletions

4
Cargo.lock generated
View File

@ -561,7 +561,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "jrpc-cli"
version = "0.1.3"
version = "0.1.5"
dependencies = [
"anyhow",
"clap",
@ -607,7 +607,7 @@ checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
[[package]]
name = "libjrpc"
version = "0.1.0"
version = "0.1.5"
dependencies = [
"anyhow",
"lazy_static",