Make code generator self-contained by integrating runtime support

This commit is contained in:
openhands
2026-05-26 05:11:41 +00:00
parent 6376abd412
commit 6ac13ff43e
9 changed files with 2177 additions and 1255 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
roto-runtime = { path = "../runtime" }
roto-tonic = { path = "../roto-tonic" }
clap = { version = "4", features = ["derive"] }
log = "0.4"