de6af24565
Co-authored-by: openhands <openhands@all-hands.dev>
10 lines
179 B
TOML
10 lines
179 B
TOML
[package]
|
|
name = "no_std_test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
roto-runtime = { path = "../../runtime", default-features = false }
|
|
prost = "0.13"
|
|
bytes = "1.8"
|