Remove alloc guards and update codegen

Remove unnecessary `alloc` feature guards in `roto-tonic`. Add
`roto-runtime` dependency to `codegen`, fix test data paths, and
include `async-trait` in the hello world build test.
This commit is contained in:
2026-06-09 22:25:35 -07:00
parent 6ac13ff43e
commit 2979dd476e
6 changed files with 13 additions and 263 deletions
+1
View File
@@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
roto-runtime = { path = "../runtime" }
roto-tonic = { path = "../roto-tonic" }
clap = { version = "4", features = ["derive"] }
log = "0.4"