Refactor codegen/src/generator.rs into a modular directory structure and fix compilation errors.
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -1,18 +1,9 @@
|
||||
[package]
|
||||
name = "no_std_test"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
roto-runtime = { path = "../../runtime", default-features = false }
|
||||
embedded-alloc = { version = "0.5", optional = true }
|
||||
bytes = { version = "1.7", default-features = false }
|
||||
|
||||
[features]
|
||||
alloc = ["roto-runtime/alloc", "embedded-alloc"]
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
prost = "0.13"
|
||||
bytes = "1.8"
|
||||
|
||||
Reference in New Issue
Block a user